Slides en voorbeeldcode bij training Angular Fundamentals + Advanced - ATOS Zaventem (B).
- Repository voorbeeldcode Fundamentals: https://github.com/PeterKassenaar/voorbeeldenAngular2
- Repository voorbeeldcode Advanced: https://github.com/PeterKassenaar/AngularAdvanced
- Examples of websites, Made with Angular: https://www.madewithangular.com/
- ng-bootstrap, an Angular optimized version of standard Bootstrap: https://ng-bootstrap.github.io/#/home
- PrimeNG, the Angular port of the Java PrimeFaces library: https://www.primefaces.org/primeng/#/
- Angular Material, the official Angular Endorsed library for user interface components: https://material.angular.io/
- Why Pipable operators in RxJS? https://github.com/ReactiveX/rxjs/blob/master/doc/pipeable-operators.md
- Angular Error handling: https://pusher.com/tutorials/error-handling-angular-part-1
- Interceptors: change all outgoing and incoming HttpRequest and HttpResponse objects: https://medium.com/angular-in-depth/top-10-ways-to-use-interceptors-in-angular-db450f8a62d6
- Sketch - design visual interfaces: https://www.sketch.com
- Mocking met TS Mockito: https://medium.com/passionate-people/testing-your-typescript-code-with-ts-mockito-ac439deae33e
- ts-mockito npm module: https://www.npmjs.com/package/ts-mockito
- All you need to know about Mocking: https://christianlydemann.com/all-you-need-to-know-about-mocking-in-angular-tests/