6 Katas in which I practice the Angular essentials: Components, classes, bindings, attributes, events, services, providers, directives (ngIf, ngFor), HttpClient requests, observables, and routing among others.
In each particular kata, you have a Readme file with its statement, here you have a direct link to each one:
π¦ Components
π‘οΈ Cities Weathers
π’ Calculator
π Shopping List
β° Alarm
π API Request
- Complete Angular practice
- Focused entirely on the technical part
- Info received from the Dog API on kata 6
Make sure you have globally installed: Node, NPM, Angular CLI.
- Clone repository or download
- Install NPM packages
npm i
- Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.