Skip to main content

One post tagged with "web-components"

View All Tags

Enhanced Angular Integration

· 10 min read
Mike Matuszak
Front End Architect

The Angular framework does a "pretty good" job of working with Web Components out of the box, but having to use CUSTOM_ELEMENTS_SCHEMA weakens template type-checking overall, can mask errors, and doesn't provide any autocomplete or IntelliSense. As of v2.1.0 of the @tylertech/forge-angular library, however, released in November 2022, it's no longer necessary to specify the schema, and if you import the associated modules, Forge components can be used as though they were Angular components!