Learned Angular
Published a project
Since my new job at MSVH required me to work on an enterprise application built with Angular, I wanted to quickly learn different aspects of the Angular Framework and created a sample app for that purpose, simply called "ng-app".

Digging through the Angular docs, various tutorials and the source code I quickly learned about:

  • Routing
  • Different forms of state management
  • API usage and services
  • Forms
  • Unit testing (angular-testing-library, Jest)
  • E2E testing (Cypress)
  • and much more

The app can be found here: https://github.com/jonaskuske/ng-app