- HTML is a great declarative language for static documents but it fails to serve our purpose when there come a need of creating dynamic views in web apps .
- The impedance mismatch between dynamic applications and static documents is often solved with:
Angular Js extends the HTML by adding built-in attributes and components and also provides an ability to create custom attributes using simple JavaScript.
- Hence making it dynamic application.
- Thus Angular is what HTML would have been, had it been designed for web applications.
- Note:-Angular JS is entirely based on HTML and JavaScript, so there is no need to learn another syntax or language.
Angular Js extends the HTML by adding built-in attributes and components and also provides an ability to create custom attributes using simple JavaScript.
AngularJs Introduction What is Angular Js?
Angular JS is a javascript framework for WebApplications.
HTML is a great declarative language for static documents but it fails to serve our purpose when there come a need of creating dynamic views in webapps.
The impedance mismatch between dynamic applications and static documents is often solved with:
Angular Js extends the HTML by adding built-in attributes and components and also provides an ability to create custom attributes using simple JavaScript.
Hence making it dynamic application. Thus Angular is what HTML would have been, had it been designed for web applications.
Note:-Angular JS is entirely based on HTML and JavaScript, so there is no need to learn another syntax or language.
Comments
Post a Comment