UrbanPro
true

Learn Angular.JS from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

Angular 4/5 Course

MindScripts Technologies
09/03/2018 0 0
Angular 4/5 Syllabus:
HTML Fundamentals:
  • HTML Introduction
  • How WebWorks?
  • What is a Web Page?
  • HTML Basic
  • HTML Fundamentals
  • HTML Attributes
  • HTML Styles
  • HTML Controls
  • HTML Formatting
  • HTML Forms
CSS Overview:
  • CSS Syntax
  • CSS Id & Class
  • CSS Styling
  • CSS Box Model
  • CSS Margins, Dimensions, Display
  • CSS Navigation Bar
Typescript:
  • Typescript
  • What is Typescript
  • First Typescript Example
  • Basic Data Types & Variables
  • Using Types
  • Variables in Typescript
  • Type Assertion
  • Operators & their types
  • Decision making constructs
  • Loops
  • Using Arrays
  • Functions
  • Writing & Using Classes
  • Constructor Method
  • Inheritance of Classes
  • Type Assertion
  • Abstract Class
  • Working With Interfaces
  • All About Generics
Introduction to Angular:
  • What is Angular?
  • Angular 5 v/s 4 v/s 2 v/s AngularJS
  • Angular CLI
  • NodeJS Introduction(NPM)
  • Setup of NodeJs and Angular
  • What is Typescript?
  • How does Angular get started?
  • First Angular App
Components Overview:
  • Introduction to Components
  • Creating components
  • Role of AppModule & Component Declaration
  • Registering Components
  • Using Registered Components
  • Creating Components with CLI
  • Multiple components & passing data
  • Nesting Components
  • Working with Component templates
  • Working with Component Styles
  • Understanding Component Selector
Components & Databinding:
  • Introduction to Modules & Databinding
  • Splitting Apps into Components
  • Property & Event binding overview
  • Binding to Custom Properties
  • Assigning an Alias to Custom Properties
  • Binding to Custom Events
  • Assigning an Alias to Custom events
  • Custom Property and Event Binding Summary
  • Understanding View Encapsulation
  • Using Local References in Templates
  • Getting Access to the Template & DOM with @ViewChild
  • Projecting Content into Components with ng-content
  • Understanding the Component Lifecycle
  • Lifecycle Hooks in Action
  • Lifecycle Hooks & Template Access
  • Accessing ng-content with @ContentChild
Directives:
  • Understanding Directives
  • Using ngIf to Output Data Conditionally
  • Enhancing ngIf with an Else Condition
  • Output Lists with ngFor
  • Styling Elements Dynamically with ngStyle
  • Applying CSS Classes Dynamically with ngClass
  • Creating Basic Attribute Directive
  • Using the Renderer to build Better Attribute Directive
  • More about Renderer
  • Listen to Host Events using HostListener
  • Bind to Host Properties using HostBinding
  • Binding to Directive Properties
  • Behind the scenes of Structural Directives
  • What is ngSwitch?
Services & Dependency Injection:
  • Introduction to Dependency Injection
  • Why do we need Services ?
  • Creating a Logging Service
  • Injecting the Logging Service into Components
  • Creating a Data Service
  • Understanding Hierarchical Injector
  • How many Instances of Service?
  • Injecting Services into Services
  • Using Service for Cross-Component Communication
Changing Pages with Routing:
  • What is Routing?
  • Why do we need a Router?
  • Setting up and Loading Routes
  • Navigating with Router Links
  • Understanding Navigation Paths
  • Styling Active Router Links
  • Navigating Programmatically
  • Using Relative Paths in Programmatic Navigation
  • Passing Parameters to Routes
  • Fetching Route Parameters
  • Fetching Route Parameters Reactively
  • Route Observables
  • Passing Query Paramters and Fragments
  • Retrieving Query Parameters & Fragments
  • Setting up Child(Nested) Routes
  • Configuring the Handling of Query Parameters
  • Redirection & Wildcard Routes
  • Outsourcing the Route Configuration
  • Introduction to Route Guards
  • Protecting Routes with can activate
  • Controlling Navigation with can deactivate
  • Passing static data to a Route
  • Resolving Dynamic Data with the resolve Guard
  • Understanding Location strategies
  • Understanding Observables
Template Driven Forms:
  • Introduction to handling forms
  • Why do we need Angular's help?
  • Template Driven(TD) v/s Reactive Approach
  • Creating Template driven Forms & Registering Controls
  • Submitting & Using the Form
  • Understanding Form State
  • Accessing the Form with @ViewChild
  • Adding Validation to check User Input
  • Built-in Validators & Using HTML5 Validation
  • Using the Form State
  • Outputting Validation Error Messages
  • Set Default Values with ngModel Property Binding
  • Using ngModel with Two-Way-Binding
  • Grouping Form Controls
  • Handling Radio Buttons
  • Setting & Patching form values
  • Using Template Driven Form Data
  • Resetting Template Driven Forms
Reactive Forms:
  • Introduction to Reactive Approach
  • Creating a Reactive Form in Code
  • Syncing HTML and Form
  • Submitting Reactive Forms
  • Adding Validation to Reactive Forms
  • Getting Access to Controls
  • Grouping Controls
  • Arrays of Form Controls
  • Creating Custom Validators
  • Using Error Codes with Reative Forms
  • Creating Custom Async Validator
  • Reacting to Status or Value Changes
Transport Output using Pipes:
  • Introduction to Pipes
  • Why are Pipes useful?
  • Using Pipes
  • Parameterizing Pipes
  • Chaining Multiple Pipes
  • Creating a Custom Pipe
  • Parameterizing a Custom Pipe
  • Creating a Filter Pipe
  • Pure & Impure Pipes
  • Understanding 'async' Pipes
Making HTTP Requests:
  • Introduction to Http Requests
  • How HttpRequests Work in SPAs
  • Sending Requests
  • Adjusting Request Headers
  • Sending GET Requests
  • Sending a PUT Request
  • Observable Operators
  • Using Returned Data
  • Catching Http Errors
  • Using 'async' Pipe with Http Requests
Authentication & Route Protection:
  • Introduction to Authentication
  • How Authentication works in SPAs
  • About JSON Web Tokens
  • Creating Signup Page & Route
  • Setting up Firebase SDK
  • Signing Users Up
  • Signing Users In
  • Requiring & Sending Token
  • checking & Using Authentication Status
  • Adding Logout Button
  • Route Protection & Redirection Example
Angular Modules & Optimizing Apps:
  • The idea behind Modules
  • Understanding App Module
  • Understanding Feature Modules
  • Creating a Feature Module
  • Registering Routes in Feature Modules
  • Understanding Shared Modules
  • Creating a Shared Module
  • Creating the Auth Feature module
  • Understanding Lazy Loading
  • How Modules & Services Work Together
  • Understanding the Core Module
  • Creating a Basic Core Module
  • Using Ahead-of-time compilation
  • Using AoT Compilation with CLI
HttpClient:
  • Introduction to HttpClient
  • Unlocking the HttpClient
  • Request Configuration & Response
  • Requesting Events
  • Setting Headers
  • Http Parameters
  • Progress
  • Interceptors
  • Modifying Requests in Interceptors
  • Multiple interceptors
Angular Animations:
  • Introduction to Angular Animations
  • Animation Triggers & State
  • Switching between States
  • Transitions
  • Advanced Transitions
  • Transition Phases
  • The "void" State
  • Using Keyframes for Animations
  • Grouping Transitions
  • Using Animation Callbacks
Unit Testing in Angular Apps:
  • Introduction
  • Why Unit Tests?
  • Analyzing the CLI Testing Setup
  • Running Tests with CLI
  • Adding Components and Some Tests
  • Testing Dependencies: Components & Services
  • Simulating Async Tasks
  • Isolated v/s Non-isolated Tests
Project:

Students will create a dynamic website using various Angular components like controllers, directives, filters, Angular forms, and modules. This project will be completed under the careful guidance of an experienced faculty. Working on this project will give students all the clarity they require in order to develop Angular applications in the software world.
0 Dislike
Follow 2

Please Enter a comment

Submit

Other Lessons for You

Salesforce Certification Course
Basics of Cloud Computing: Overview of each of three building blocks in cloud applications SAAS PAAS IAAS Different Cloud Service providers Salesforce Architecture: Introduction...

DevOps Training Course
DevOps Syllabus: DevOps Essentials: What is DevOps? Why DevOps? Evolution of Software Methodologies Dev Challenges v/s DevOps Solution Ops Challenges v/s DevOps Solution Stages Of DevOps Lifecycle...

Hadoop Development Syllabus
Hadoop 2 Development with Spark Big Data Introduction: What is Big Data Evolution of Big Data Benefits of Big Data Operational vs Analytical Big Data Need for Big Data Analytics Big...

Software Testing Course
Software testing course. Software testing training course What is software testing? Why is testing necessary? Testing Participants Testing Principles Best Practices in Testing Skills For Testing Software...

Advanced Selenium Course
Advanced Selenium with Cucumber: Introduction: Overview of Selenium Advantages of Selenium The Selenium Suite Introduction to Selenium IDE Selenium Remote Control Selenium Grid The architecture...
X

Looking for Angular.JS Classes?

The best tutors for Angular.JS Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Angular.JS with the Best Tutors

The best Tutors for Angular.JS Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more