Angular
6
was released in May 2018. Angular 6 introduces Angular Elements, which gives us ability to use Angular components in other environments like jQuery. Using
Angular Element and Angular Component can be wrapped in a DOM element and used
in a HTML page.
Angular 6 introduces new
Angular CLI commands ng add & ng update. ng add helps
us to add new packages to the project and ng update helps update the dependent
packages in the project. For example, the command ng update @angular/core will
update all of the Angular framework packages as well as RxJS and TypeScript,
and will run any schematics available on these packages to keep you up to date.
No comments:
Post a Comment