Home
About us
Courses
Activiti BPM
Angular JS
AWS
Classroom Training
Corporate Training
Data Science
Data Watch
Ec-council ethical hacking training
Go Programming Language
IBM Integration Bus
Liferay Portal
Lightweight Directory Access Protocol (LDAP)
Online Training
OPM
Oracle Service Bus
Python Programming Training
Salesforce
Scala
SOA
Source ESB
Teamsite Administration
Trainer Registration Form
Career
Blog
Contact Us
Login / Register
Home
About us
Courses
Activiti BPM
Angular JS
AWS
Classroom Training
Corporate Training
Data Science
Data Watch
Ec-council ethical hacking training
Go Programming Language
IBM Integration Bus
Liferay Portal
Lightweight Directory Access Protocol (LDAP)
Online Training
OPM
Oracle Service Bus
Python Programming Training
Salesforce
Scala
SOA
Source ESB
Teamsite Administration
Trainer Registration Form
Career
Blog
Contact Us
Choose Category
Business
Frontend
Hacking
Training
Hosting
Scripting
Programming
Angular JS
Understand Routing
Please register for
Angular JS
to view this lesson.
Back to the course
Lessons
Type Script - Overview
Understand Typescript
Understand type system in TypeScript
Let vs var vs const
Interfaces
Classes
Module
Properties
Functions
Optional and Default Parameters
Rest Parameters
Generics
Type inference Fat Arrow functions
Template strings
Typescript shorthand (constructor(private x:int)
Understand Type definition files
Installation for angular 4 application
Understand and install Node
Understand Package.json
Understand the GitHub angular 2 startup project
Understand Angular CLI
Setting up Visual studio for Angular 2 and Typescript
Setting up Typescript watcher
Angular 6 Modules and Architecture of Angular App
Understand the Architecture of an Angular App
Angular Modules vs JavaScript Modules
Understand the fundamental thoughts behind components
Understand Angular 2 Modules and NgModule
Angular Components – Overview
Angular4 Setup – Configuration and Bootstrapping
What is Component?
Thought behind component.
Creating a very first component
Understand Component decorator
Component Life cycle hooks
Templates
Understand the fundamental behind templates
Separating template from View Class
Understand Interpolation
Understand the fundamental behind one way binding
Angular2 Routing
Understand the fundamental thought behind SPA
Understand Routing
Understand Component based routing in Angular
Demonstration of routing in Angular 2
Introduction to directives and working with Arrays
Understand the fundamental behind directives
Components vs Directives
Introduction to ngFor directive
Working with Arrays using ngFor and interpolation
Introduction to Services in Angular 4
Fundamental thought behind Angular 2 Services
Understand Dependency injection
Understand the fundamental of providers
Creating Custom Service
Binding in Angular 4
Understand binding in Angular 2
Understand Property Binding
Property binding vs interpolation
Understand Two way binding
Understand Event binding
Exploring more directives
Understand ngIf
ngIf vs Angular 1 ngShow/ngHide
Understand ngSwitch
Understand css class binding
Understand ngClass
Compare css class binding vs ngClass
Understand style binding
Understand ngStyle
Compare style binding vs ngStyle
Working with styles in component using decorator options
Custom Directives
Understand Attribute Directives
Creating Custom directives
Interaction with Host
Directives Property binding
Building a custom structural directive
Registering and using directives with Components
Registering directives with Modules
Working with Pipes in Angular
Explore uppercase, lowercase, currency, date Pipe
Creating custom Pipe
Template Driven Forms in Angular 4
Understand different types of Forms in Angular
Explore template driven forms in detail
Data Driven Forms in Angular 4
Explore Data driven Forms in detail
Server Communication
Introduction to http service
Understand HTTP_PROVIDERS
Handling errors in Rest Call
Creating a wrapper service over http service
Implementing dependency injection
Using Service inside Component
Setting component as a startup component