C# Corner announced a new webinar for the students on "An Introduction to Angular Framework"
Target Audience: Students
Prerequisites: Microsoft Teams
Event URL: https://bit.ly/3xvGLTB
ABSTRACT:
As we know Angular is one of the latest Frameworks for developing any web application at the current time. With the help of Angular, we can develop any type of web application in a very structured way. In this session, we will discuss the basic concept of Angular and how we can start the development in Angular Framework.
Agenda:
- Introduction to Angular
- Advantages of Angular
- Prerequisites of Angular
- Install Angular NPM & Angular CLI
- Create New Project in Angular
- Understanding Angular folder structure
- Angular Initialization Process
- Angular Building Blocks
- Understanding Modules
- Introduction to Component and Template
- Creating a Component
- Bootstrapping the Component
- Understanding Data Binding
- Interpolation
- Property Binding
- Two-way Data Binding
- Event Binding
- Introduction To Directives
- Build In Directives – ngIf, ngFor, ngSwitch, etc.