Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clearml-bot authored Jun 5, 2020
1 parent 0bfbece commit c82de80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
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`.
* **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`.
Expand Down

0 comments on commit c82de80

Please sign in to comment.