A collection of angular tutorials with basic tutorial available on dritalconnect.com covering angular 2/4/5/6/7/8 best tutorial with commands and examples for beginners and experienced
Welcome to the Angular tutorial, if you are new to the term Angular, lets start with the Introduction of the Angular, then start learning from basic to advanced.
What is Angular?
Angular is a complete JavaScript MVC framework framework.
Angular is available in two versions : Angular js ( JavaScript library) and angular with typescript (JavaScript framework)
It runs on browser and are executed by JavaScript engines like V8,rhino or chakra.
Angular is managed by Google, and currently Angular 8 is stable in market.
Angular uses the two-directional data flow process and it updates the Real DOM directly.
Angular cannot be bundled with any other libraries.
Angular uses typescript (by Microsoft) to write the syntax, which allow us to use OOPS concept.
Angular have its own process of compiling ,and have its own life cycle.
Angular is used to create Single Page Applications (SPA), means we have only one html page, rest all are partial html which are rendered in the main html using routing.