Le Guide Angular
CtrlK
  • Le Guide Angular par Wishtack
  • Pourquoi Angular ?
  • ECMAScript 6+
  • TypeScript
  • Tools
  • Angular
    • Bootstrap
    • Composants
    • Container vs. Presentational Components
    • Interaction entre Composants
    • Change Detection
    • Project Structure & Modules
      • Entry Point
      • Définition d'un Module
      • Root Module
      • Feature Module
      • Shared Module
      • Exemple
    • Dependency Injection
    • Callback Hell vs. Promise vs. Async / Await
    • Observables
    • Http
    • GraphQL
    • Formulaires
    • Directives
    • Pipes
    • Routing
    • Testing
    • Sécurité
    • Animation
    • Internationalisation
    • Quelques Liens
  • Cookbook
Powered by GitBook
On this page
  • Code Source
  • Démo StackBlitz

Was this helpful?

  1. Angular
  2. Project Structure & Modules

Exemple

Code Source

​https://github.com/wishtack/wishtack-book-shop/tree/4-modules

Démo StackBlitz

https://stackblitz.com/github/wishtack/wishtack-book-shop/tree/4-modules

PreviousShared ModuleNextDependency Injection

Last updated 5 years ago

Was this helpful?