
You're going to learn what angular is and how you can use it to build awesome front end web applications with it.
Prerequisites for learning Angular ?
Some Knowledge of JavaScript ,Typescript ,HTML and CSS.
What is Angular ?
Angular is an open source web Application based on typescript, a programming language developed by Microsoft .
Typescript is basically the super-set of JavaScript. With the help of typescript angular introduce an object- oriented programming paradigm in web development .Angular is widely used by many companies to create website some of them are Google,Microsoft ,Samsung, etc.
Typescript is basically the super-set of JavaScript. With the help of typescript angular introduce an object- oriented programming paradigm in web development .Angular is widely used by many companies to create website some of them are Google,Microsoft ,Samsung, etc.
Why is Angular ?
1) Ease Of Use:
Angular allows its users to create full-fledged website with much lesser code when compared to its rivals.2)Compatibility :
Angular works on client side which makes its compatible for which makes its compatible for both desktop and Mobile application.3) Two way Data-binding:
Which means if any changes are made to the model the corresponding views also get updated accordingly.4)Modularity:
Biggest reasons for angular popularity developers can make use of differently modules to create SPS or single Page Application.5)Flexible & Extensible:
Angular is very accommodating when it comes to integrating with existing technology stack as a JavaScript client-side tool it can be used with any server side technology that is in use.
-Start with a small project.
-Do not copy past
-Take bigger ones as you proceed
-If You get stuck,break down the problems and then solve.
Next:Setup Environment of Angular
-Take bigger ones as you proceed
-If You get stuck,break down the problems and then solve.
Next:Setup Environment of Angular
Comments
Post a Comment