Lesson 01 What is Angular
Lesson 01 What is Angular
Miško Hevery
- Creator of AngularJS
Introduction
builtwith.com
Angular is powered by
Learning Objectives
What is Angular?
Advantages of Angular 17
Features of Angular 17
What is Angular?
Topic 1—What is Angular?
What Is Angular?
• New Router
• Internationalization
• Material Design
Simple
Consisten Flexible
t
Fast Productive
What is Angular?
Topic 2—Advantages of Angular 17
Angular 17 Over Other Frameworks
Data binding in AngularJS is the synchronization between the model and the view.
When data in the model changes, the view reflects the change, and when data in
the view changes, the model is updated as well.
In two-way data binding, data flows in both the directions, and you have to write less
code.
Angular 17 Over Other Frameworks (Contd.)
Pipes Directives
Components
Data Binding Routing
Templates Modularizatio
n
Features of Angular 17 (Contd.)
c. Focused on Testing
c. Focused on Testing
b. UI first approach
b. UI first approach