Skip to main content

Posts

Showing posts with the label @angular/elements

What's Angular Elements? - Angular 6+ Most Appreciated Features!

Angular Elements resolve the problems of code reuse across multiple frameworks and provides a great way to use Angular components in non-Angular environments. So, where would we use Angular Elements? Rob Wormald covered three main areas with examples in his ng-conf 2018 talkon Angular Elements . The list of browsers support for custom Angular elements - 1.       Chrome, 2.       Opera, 3.       Safari, 4.       Firefox, 5.       Edge What's Angular Elements? Angular Element is a package which is part of the Angular framework- @angular/elements and it was introduced in Angular 6 and hopefully, this will improve with Angular 7 or higher versions. Angular Elements was the brainchild of Angular’s and it one of the most anticipated features of Angular 6 release. Angular 6 will be the first release that fully supports Angular elemen...