Customized ONLINE Classes available.
Course Name | Faculty Name | Starting Date | Time |
---|---|---|---|
Angular | Mr.Kiran | 17-JAN-2023 | 10:00 AM |
Angular | Mr.Kiran | 20-JAN-2023 | 12:00 PM |
Angular JS course teaches how to use the newest version of Angular to facilitate development of rich application experiences that are responsive and functional across a full range of platforms (desktop/phone). Learn how to design, build, and test sophisticated single-page web applications that function well across all form factors, from phone to desktop.
• Understand how Angular is different than traditional web development frameworks
• Develop an application from scratch using Angular 4
• Explore Angular coding and architecture best practices
• Upgrade an existing application from AngularJS to Angular 4
• Create, build, and deploy an Angular4 application
CERTIFYING BODY:
CAREER PROSPECTS:
- UI developer
- Angular developer
- UI Lead
- Front end developer
- Javascript/UI developer
SYLLABUS
INTRODUCTION
• Introduction to Angular
• Differences Between Angular JS and Angular
• Installing Node JS Server
TYPE SCRIPT (TS)
• Introduction to TS Programming
• Programming Rules of TS
• Creating Classes
• Creating Properties
• Creating Methods
• Constructors
• Inheritance
• Developing Interfaces
ANGULAR CLI
• Introduction to Angular CLI
• Project Creation using Angular CLI
• Angular4 Project Structure
• Route Module –App Module
• Importing Additional Modules
• Root Component –App Component
• Component Development
• Decorators in Components
• Templates and Template Urls in Components
• Property Binding and Event Binding
• Data Binding in Angular – 1-way, 2-way
• Built-in Directives in Angular – nglf, ngFor, etc..
PIPES
• Working with Pipes in Angular
• Developing Custom Pipes
FORMS
• Angular Forms – Template Driven
• Angular Forms – Model Driven ( Reactive Forms)
• Applying Styles to Components
SERVICES IN ANGULAR
• Dependency Injection in Components
• Injecting Services in Components
• Components to Component Communication
• Developing Single Page Applications (SPA)
ROUTING & NAVIGATION
• Introduction to Routing & Navigation
• Router Links and Router Outlets
• Database Operations Using Http Client Module