1. Introduction
  2. Concepts de base
  3. 1. Composants
    ❱
    1. 1.1. Créer des composants sans sélecteurs
  4. 2. Directives
  5. 3. Dependency Injection
  6. 4. NgModules
  7. 5. Pipes
    ❱
    1. 5.1. Angular Built-in Pipes
      ❱
      1. 5.1.1. Percent Pipe
    2. 5.2. Custom Pipe
    3. 5.3. Testing Pipe
  8. 6. Services and HttpClient
  9. Templates and Data Binding
  10. 7. Interpolation
    ❱
    1. 7.1. Binding Techniques
    2. 7.2. Comment personnaliser l'interpolation du composant ?
  11. 8. Ng-template
    ❱
    1. 8.1. Using ng-template with \*ngIf
    2. 8.2. Using ngTemplateOutlet
    3. 8.3. ngTemplateOutlet with Context
    4. 8.4. ViewChild/ViewChildren & ContentChild/ContentChildren
  12. Chargement différé
  13. 9. Chargement différé
    ❱
    1. 9.1. Chargement différé
    2. 9.2. Comment charger différé un composant ?
    3. 9.3. Chargement différé
    4. 9.4. Preloading Strategy
  14. Forms
  15. 10. Forms
    ❱
    1. 10.1. Validation
    2. 10.2. Create a custom validator
    3. 10.3. Create asynchronous validators
    4. 10.4. Create a group validators
    5. 10.5. Create a custom validator directive
    6. 10.6. Best Validators Libraries
  16. Tests
  17. 11. Tests unitaires
  18. 12. Tests de bout en bout
  19. Styles et thèmes
  20. 13. Styles
  21. Gestion d'état
  22. 14. Gestion d'état
  23. RxJS
  24. 15. RxJS
  25. Internationalisation
  26. 16. Internationalisation
    ❱
    1. 16.1. i18N
    2. 16.2. ngx-translate
    3. 16.3. Transloco
    4. 16.4. angular-i18next (i18next)
  27. Sécurité
  28. 17. Bonnes pratiques de sécurité
  29. Performance et optimisation
  30. 18. Performance et optimisation
  31. Angular CLI and Tooling
  32. 19. Package Manager
    ❱
    1. 19.1. Specifying PackageManager (Global + Local)
    2. 19.2. Forcing PackageManager and Node Version
  33. 20. Configuration
  34. 21. Schematics
  35. 22. Angular CLI Commands
  36. 23. DevTools
  37. 24. Extension for VSCode
  38. Advanced Topics
  39. 25. Server-Side Rendering (SSR)
  40. 26. Web Workers
  41. 27. Animations
  42. 28. Angular Elements
  43. 29. Renderer2
  44. 30. Micro Frontends/Module Federation
  45. Best Practices and Guidelines
  46. 31. Coding Style
  47. 32. Architecture Best Practices
  48. Updates and Maintenance
  49. 33. Updating Angular
  50. 34. Release Practices
  51. 35. Version Compatibility
  52. Community and Resources
  53. 36. Awesome Angular
  54. 37. Best Reddit Automation Articles
  55. Additional Resources
  56. 38. Contributors
  57. 39. Resources
  58. 40. Comment contribuer ?

Angular-CookBook

Chargement différé

Lazy Loading

Lazy Loading Module

Lazy Loading Standalone Components ( NG 14+)

Read about mdBook