Structure of Angular 2 application
What is a Component ?
Class: Code associated with the view.
Contains the properties, data elements and methods for the view
Metadata: Provides additional information about the component to angular.
Identifies the class as angular component
No comments:
Post a Comment