# angular-tutorials **Repository Path**: dbody/angular-tutorials ## Basic Information - **Project Name**: angular-tutorials - **Description**: Angular1&Angular2 Tutorials - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-05-25 - **Last Updated**: 2022-05-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # [angular-tutorials](https://github.com/brunocechet/Angular1-And-Angular2-Tutorials) ## Angular 1 You can start all repositories with `npm start`. This will execute an `npm install` and start a lite-server afterwards. A browser should open automatically. ### Chapters 1. [Hellp World](#) 2. [First Controller](#) 3. [First Controller in a file](#) 4. [Controller-As Syntax](#) 5. [First Module](#) 6. [Databinding, Expressions and Filters](#) 7. [Directives](#) 8. [Components](#) 9. [Events](#) 10. [Services](#) 11. [Forms and Validation](#) 12. [Routing](#) 13. [Testing](#) 14. [Best Practices](#) ### Angular 1 generators - **http://fountainjs.io/** - https://github.com/jadyyang ## Angular 2 All Angular 2 repositories can be started with
npm start