- This event has passed.
RVA.js
January 7, 2020 @ 6:00 pm - 8:00 pm
Presentation Abstract
Angular Custom Elements are a recent addition to the Angular framework that allows you to create exportable components.
Whenever we create an Angular Element, we create a new custom HTML element that can be used on any webpage, even if that webpage does not use Angular at all. That way, you can have Angular components displayed on a page that uses React, Vue, Angular JS, or even some HTML generated with JSP, PHP, ASP, etc.
Using Elements can be a great way to get started with Angular without having to migrate an entire application to Angular.
There are 5 Main Reasons to use Angular Elements
1. Embedding Angular Components Into Non-Angular Applications
2. Embedding Angular Components Into Content Sites
3. Implementing Dynamic Angular Applications (“Dashboard”/CMS)
4. Upgrading from AngularJS to Angular
5. Independent Deployment