Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 903 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 903 Bytes

This is an app to get familiar with Angular 12 features such as

  • RxJS
  • (lazy loading of) Angular Modules
  • services
  • HttpClient
  • Resolvers
  • Route guards
  • ...

Data is retrieved from JsonPLaceholder, a free fake API for testing and prototyping

Bulma CSS added for styling, Cypress for basic e2e testing

It started out a bit unstructured to experiment with these topics and gradually I felt the need to structure code so things have changed over time. Development was definitely not well structured.

Angular CLI yadidada:

This project was generated with Angular CLI version 12.1.4.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.