The Angular 6 release is PRETTY DANG EXCITING. Angular 6 will be the first release that fully supports Angular Elements! Angular Elements was the brain child of Angular’s beloved Rob Wormald and it is one of the most anticipated features of this release.
Angular Elements will give us the ability to use our Angular components in other environments (like a simple jQuery app or VueJS app). It will take an Angular component and wrap it inside a Custom Element (aka DOM element), allowing us to use our sweet sweet Angular components in other projects that don’t have the full Angular ecosystem! Here is a quick example using Angular 6