Angular JS is an open source framework built over JavaScript. It was built by the developers at Google. This framework was used to overcome obstacles encountered while working with Single Page applications. Also, testing was considered as a key aspect while building the framework. It was ensured that the framework could be easily tested. The initial release of the framework was in October 2010.
Angular 2 was released in late 2016 and brought Angular into the modern web with its desktop and mobile applications. Pluralsight author and Angular expert, Deborah Kurata, explains how this JavaScript framework differs from the others and the benefits of learning Angular 2.
Angular 2 was released in late 2016 and brought Angular into the modern web with its desktop and mobile applications. Pluralsight author and Angular expert, Deborah Kurata, explains how this JavaScript framework differs from the others and the benefits of learning Angular 2.
Features of Angular 2
- Components
- TypeScript
- Services
Components of Angular 2
Angular 2 has the following components −
- Modules This is used to break up the application into logical pieces of code.
- Component − This can be used to bring the modules together.
- Templates − This is used to define the views of an Angular JS application.
- Metadata − This can be used to add more data to an Angular JS class.
- Service − This is used to create components which can be shared across the entire application.
0 comments:
Post a Comment