Angular
- Home
- Angular
Angular Training
Angular is an open-source framework used for creating dynamic and modern web applications. Here are some key applications of Angular that you will learn in this Angular tutorial:
- UI Definition: Angular uses HTML to define the UI of an application. As a declarative language, HTML allows you to define what you require, and Angular handles the rest without needing to define the program flows.

- Simplified Testing: Testing is extremely simple in Angular. The modules have their own application parts, enabling automated testing. It follows the one file, one module principle, eliminating the need to remember the module loading order.
Send an Enquiry
Angular Syllabus
Introduction
- Introduction To Client Side Scripting Languages
- Basics of Javascript and jQuery
- Introduction to AngularJS and Its History
- Why should we use AngularJS?
Controllers
- Properties, Methods
- Binding controllers with views
- Controller hierarchy
- Sharing data between controllers
Bootstrapping Angular APPS
- Auto bootstrap
- Custom bootstrap
Data Binding
- Binding Model Objects
- Model Objects Visibility
- $scope
- $rootScope
- Difference between $scope & $rootScope
- Using $emit and $broadcast
- JSON advantages
- Using JSON in Angularjs
- Use of $watch, $digest & $apply
Expressions
- AngularJs Expressions, AngularJS Numbers
- AngularJS Strings, AngularJS Arrays
- AngularJS Objects
Dependency Injection
- What is Dependency Injection?
- Implicit DI
- Inline Array Annotated DI
- $inject Array Annotated DI
Directives
- Power of directives
- Working with built in directives
- ng-app, ng-init
- ng-model, ng-repeat
- ng-class, ng-template
- ng-include
- Working with custom directives
Filters
- Adding Filters to Expressions, Directives
- Working with built in filters
- Creating custom filters
Events
- ng-click
- Hiding HTML Elements
- ng-disabled
- ng-show, ng-hide
AngularJS Service Types
- Constants and Values, Factories
- Services, Providers