-
Notifications
You must be signed in to change notification settings - Fork 0
Angular
Matěj Chalk edited this page Jun 14, 2021
·
26 revisions
Angular is framework for building desktop and mobile applications, developed by Google.
- Angular - The Complete Guide - in-depth Udemy course (ask for credentials)
- components & templates
- services & dependency injection
- routing
- observables (RxJS)
- pipes
- reactive forms
- modules
- directives (attribute & structural)
- guards
- interceptors
- Typed translations in Angular by Vojtech Mašek
- Dependency injection in Angular libraries by Matěj Chalk
- Structural directives in Angular by Vojtech Mašek
- Angular by Vojtech Mašek (Google slides, PDF)
- Angular's providers and dependency injection by Jan Strapek (Google slides, PDF)
- Effectively using change detection and pure pipes in Angular by Vojtech Mašek (Google slides, PDF, repo)
- Typed translations by Vojtech Mašek (Google slides, PDF)
- Unit testing in Angular and NgRx by Matěj Chalk (Google slides, PDF)
- How TDD helps you build modular Angular apps (Jest, Nx, Storybook) by Matěj Chalk (Google slides, PDF, YouTube video, repo)
- Angular build, polyfills and size optimisation by Vojtech Mašek (Google slides, PDF)
- Unlocking the power of GraphQL in Angular by Matěj Chalk (Google slides, PDF, repo)
- Structural directives in Angular by Vojtech Mašek (Google slides, PDF, YouTube video, repo)
- Dynamic Angular configuration by Vojtech Mašek (Google slides, PDF)
- Techniques for lazy loading your JS bundles in Angular by Vojtech Mašek (Google slides, PDF, YouTube video)
-
NgRx - Redux state management for Angular
- more info here
- Angular Universal - official server-side rendering implementation
- Ionic - hybrid mobile development framework
- AngularFire - official Angular library for Firebase
- Sentry - error monitoring
- API client generator - Swagger-based REST API client generator
- Apollo Client - GraphQL client (typically combined with GraphQL Code Generator)
- Nx - monorepo tooling
- Angular Material - Material Design UI library built by Angular team
- Formly - forms library for Angular