We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bfbece commit c82de80Copy full SHA for c82de80
README.md
@@ -28,7 +28,7 @@ Contains only logic. no declarations. no dependency with any other module beside
28
Application feature modules. each module can contain declarations and providers **specific to the the feature**
29
Depend only on shared module for ui components
30
31
-#####each feature can contain the following:
+##### Each feature can contain the following:
32
* **module** - the feature module: `<featureName>.module.ts`.
33
* **component** - the feature main component js file, should contain the feature's containers components only: `<featureName>.component.ts`.
34
* **component** html - the feature component html: `<featureName>.component.html`.
0 commit comments