Today we are going to learn about Angular Basics Let's get start... What is Angular - Angular is TypeScript Based open-source front-end platform. - Using angular we can create our application on the web and mobile side. - Angular is created and managed by Google. - It provides some features like component, directive, module, services, and end to end tooling. Features of Angular 1. DOM ( Document Object Model ) 2. TS ( Type-Script ) 3. Data Binding 4. Testing 1. DOM ( Document Object Model ) - In Angular, we are using regular DOM. - Suppose we are updating 6 instances on the same HTML page. In that case, angular is going to update the entire tree structure of HTML tags. 2. TS ( Type-Script ) - TypeScript is the superset of JS ( Javascript ). - In the browser, It’s compiled into Plan JavaScript. - TypeScript is created and managed by Microsoft. It provides some feat
Welcome to "TechoSwag" in this website you will get details understanding of "Angular" all versions like "Angular 2,4,5,6,7,8,9,10,11,12" and the basic concept of "JavaScrips" and the latest "ES6" features like "Arrow Funtions", "REST Operator", "SPRED Operators", etc.... In future will cover "ReactJS", "NODEJS", "HTML/CSS", "BOOTSTRAP"