Ever wanted to learn Angular quickly? Well, this repository should help. This repository is created alongside the following video tutorial to teach the most important (& core) concepts of Angular:

And if you're looking for a comprehensive guide to master Angular's new reactivity model, check out my book:

From a Google-Awarded Expert, this is your definitive guide to ending state management headaches and building lightning-fast Angular applications.
The repository contains both the slides shown in the video, and the application we built during the video as well.
The slides are deployed here.
- Clone this repository
npm install
npm run dev
To run the app we built in the video tutorial (the final state):
- Clone this repository if you haven't
cd first-ng-app
npm install
npm start
- Navigate to localhost:4200