Inputs To handle the user inputs on UX and associate some events like s clicking a link, pushing a button, and entering text raise DOM events…
Read MoreTemplate The template tells Angular how to display the component. We can create html pages and navigate through site map/url for templateUrl Benefits/Usages Dynamic content rendered on separate…
Read MoreSelector Selector is tag identifier in Angular 2 which is tells where the content needs to be rendered Benefits/Usages Dynamic content rendered on browser Multipart’s of…
Read MoreComponent The component is a controller class segregating two aspects of data member and member function; we relate data member as view and member function as…
Read MoreAngular 2 Angular 2 is an open source JavaScript framework to build web applications in HTML and JavaScript/TypeScript Angular 1vs 2 Angular 1 core concept was…
Read More