1. Introduction
  2. Core Concepts
  3. 1. Components
    ❱
    1. 1.1. Components Without Selectors
  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. How to customize Component Interpolation
  11. 8. ng-template
    ❱
    1. 8.1. Using ng-template with \*ngIf
    2. 8.2. How to use ngTemplateOutlet ?
    3. 8.3. How to use ngTemplateOutlet with context ?
    4. 8.4. ViewChild/ViewChildren and ContentChild/ContentChildren
  12. Lazy Loading
  13. 9. Lazy Loading
    ❱
    1. 9.1. Lazy Loading
    2. 9.2. How to Lazy load Standalone Components
    3. 9.3. Lazy Loading
    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. Testing
  17. 11. Unit Testing
  18. 12. End-to-End Testing
  19. Styling and Theming
  20. 13. Styles
  21. State Management
  22. 14. State Management Overview
  23. RxJS
  24. 15. RxJS
  25. Interpolation
  26. 16. Interpolation
    ❱
    1. 16.1. i18N
    2. 16.2. ngx-translate
    3. 16.3. Transloco
    4. 16.4. angular-i18next (i18next)
  27. Security
  28. 17. Security Best Practices
  29. Performance Optimization
  30. 18. Performance Optimization
  31. Angular CLI and Tooling
  32. 19. Package manager
    ❱
    1. 19.1. How to specify packageManager ? (global + local)
    2. 19.2. Forcing PackageManager and Node Version
  33. 20. Local Configuration:
  34. 21. Schematics
  35. 22. Angular CLI Commands
  36. 23. DevTools
  37. 24. Extension for VSCode
  38. Related Topics :
  39. 25. Server-Side Rendering (SSR)
  40. 26. Web Workers
  41. 27. Definitions
  42. 28. Angular Elements
  43. 29. Renderer
  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. How to contribute?

Angular-CookBook

Components