Angular For Beginner

Nitish Kumar Singh
6 hours
Syllabubs updated at
February 11, 2018
February 11, 2018
Angular For Beginner
Angular is a typescript based framework. It means we will be uses TypeScript to build the angular application.
We will make a todo app in this workshop.
What is To-Do app?
To-Do app is used to store the which we have to-do. We will ask the user what work they have to do in future. Once user will tell us about the work we will save it in the browser storage. This app will also allow the user to mark the work as finish once it get done.
Learnings
- Basics of TypeScript
- Components
- Form Handling basics
- Services
- Dependency Injection
- Local Storage(Browser API)
More Angular Workshop
# | Workshop | Level |
---|---|---|
1 | Angular for Beginners | Beginner |
2 | Angular Routing | Intermediate |
3 | Angular Forms | Intermediate |
4 | Angular + Firebase | Intermediate |