We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a0cbe commit 8c5e892Copy full SHA for 8c5e892
README.md
@@ -1,14 +1,14 @@
1
-Default template
+# Default template
2
Template for angular application with a lazy-loadable structure.
3
4
-share – a folder for shared pieces of code:
+`share` – a folder for shared pieces of code:
5
+* interfaces
6
+* components
7
+* pipes
8
+* directives
9
+* helpers (utils)
10
+* anything else
11
-interfaces
-components
-pipes
-directives
-helpers (utils)
-anything else
12
-core – a folder for core things such as services
+`core` – a folder for core things such as services
13
14
-home – a module for home page that you can change anyway you`d like. You may use it as a boilerplate for other modules.
+`home` – a module for home page that you can change anyway you`d like. You may use it as a boilerplate for other modules.
0 commit comments