Angular 2 - Basic Fundamentals
Angular 2 - Components
Components | Components Life Cycles | Inputs | Outputs |
Components Vs. Directives | Hidden Property | Components Communication | Error Handling |
Angular 2 - Services
Concepts of Angular 2 Services | Features of Angular 2 Services | Observables vs. Promises |
Create & Call Angular 2 Services | Singleton Services | HTTP Client Interactions |
Angular 2 - Pipes
Basic Concept of Pipes | Pure and Pmpure Pipes | Async Pipe |
Create a Custom Pipe | Globally Available Custom “Pipe” | Use of Pipes |
Angular 2 - Directives
Directives | Router-Outlet Directives | Structural Directives | Identify To Strctural Directive |
Angular 2 - Templates
Template | Template Variable | templateUrl Vs. styleUrls |
Angular 2 - Input TextBox Events
Textbox Events | Keyup Event | Keypress Event | Change Event | Keydown Event |
Angular 2 - ECMA Script and Typings
ECMAScript (ES5/ES6) | Typings | TypeScript | ES6 +A | Traceur Compiler |
Angular 2 - Styling
Import CSS | Load external CSS | styleUrls | styles |
Angular 2 - Routing
Routing Concepts | Route Params | Router Imports | Router Link Directive |
Angular 2 - NgModel
NgModel | Root Module | One Root Module | Async Pipes |
Angular 2 - Testing
Isolated Unit Tests | Angular Testing Utilities | Isolated Unit Tests vs. Angular Testing Utilities |
Common Errors In Problem Solving
Cannot find module 'angular2/core' | Cannot find module 'angular2/angular2' | Angular 2 System is not defined. |
Examples and CodeSample
Interview Questions and Answers
Angular 2 Q/A | Angular 1 Q/A | Angular 4 Q/A | JavaScript Q/A |