Have you seen it already? Angular version 14.2 is here with new features and improvements! One of the merged PRs includes creating custom elements without NgModule. In this post, we will take a look at how to create Angular Elements in Angular v14.2.
Loading
Subscribe
Get our best content on how to build better apps.
Subscribe
Get our best content on how to build better apps.
Loading
Got product development questions?
Join us on
Discord
Angular
Angular Upgrades: Painless Migration from TSLint to ESLint
Linting: the spell check of code. Once you have it, you can’t imagine how you ever lived without it. Useful for solo developers and large teams, linting keeps your code consistent and prevents bugs from getting anywhere near your production build.
Jonathan Spickerman