UrbanPro
true

Professional Training on Angular JS

LIVE
Ongoing

Course offered by Bhavik Mistry

86 reviews

Angular JS 4.0

Duration: 7 Weekends (Weekend Batch)                                                                 

Prerequisites

  • Knowledge of HTML / CSS is required
  • Candidate should have a good knowledge of JavaScript and Object Oriented JavaScript

Course Contents

 

  1. Getting Started
    • Introduction
    • What is Angular 2?
    • How Angular Works ?
    • Difference between Angular and Other Framework
    • Advantages of AngularJS
  2. Typescript
    • What is typescript?
    • Compare typescript with Javascript
    • Data Types & Variables
    • Variable & Operators
    • Control Structure and Decision making & loops
    • Typescript Functions & Strings
    • Typescript Object
    • Class , Abstract Class
    • Constructor Method
    • Type of Assertion
    • Interfaces
  3. Application setup
    • Installing Angular JS
    • Configuration of Angular JS
    • Creating an Angular 2 project
    • Creating an Angular 2 project using CLI
  4. Node JS
    • Setup
    • Commands
    • What is NPM
    • Install Nom for Angular.
  5. Architecture
    • Module
    • Component
    • Template
    • Metadata
    • Data binding
    • Directive
      • Attribute Directive
      • Structural Directive ,
    • Services
    • Dependency Injection
  6. Directives
    • Understanding Directives
    • Directives Overview
    • Different kinds of directives
    • Build attribute directive
    • Apply the attribute directive to an element in a template
    • Respond to user-initiated events
    • Pass value into the directive with an @Input data binding
    • Custom Attribute Directive
  7. Structural And Attribute Directive
    • What is structural directive?
      • NgIf case study
      • NgFor,NgSwitch
    • What is attribute Directives
      • Using the NgStyle Directive
        Using the NgClass Directive
      • The