Update README.md

This commit is contained in:
Allegro AI 2020-06-05 20:32:23 +03:00 committed by GitHub
parent 0bfbece1db
commit c82de80f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ Contains only logic. no declarations. no dependency with any other module beside
Application feature modules. each module can contain declarations and providers **specific to the the feature** Application feature modules. each module can contain declarations and providers **specific to the the feature**
Depend only on shared module for ui components Depend only on shared module for ui components
#####each feature can contain the following: ##### Each feature can contain the following:
* **module** - the feature module: `<featureName>.module.ts`. * **module** - the feature module: `<featureName>.module.ts`.
* **component** - the feature main component js file, should contain the feature's containers components only: `<featureName>.component.ts`. * **component** - the feature main component js file, should contain the feature's containers components only: `<featureName>.component.ts`.
* **component** html - the feature component html: `<featureName>.component.html`. * **component** html - the feature component html: `<featureName>.component.html`.