v
Angular Development Project Setup
Prerequisites For Angular
§ HTML
§ CSS
§ JAVASCRIPT
§ Basic of TypeScript
§ Get
started with angular you need to know the basics of HTML CSS and JavaScript.
§ ...
Angular Tutorials 2:Angular Components


Angular components
What is a component in Angular
§ A component in Angular is made
up of these 3 things.
1. Template
2. Class
3. Metadata
§ ...