This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1111,10 +1111,10 @@ a(href="#toc") Back to top
11111111
11121112a( id ='file-tree' )
11131113:marked
1114- Folder and File Structure
1114+ Here is a compliant folder and file structure
11151115
11161116.filetree
1117- .file src
1117+ .file < project root >
11181118 .children
11191119 .file app
11201120 .children
@@ -1160,8 +1160,8 @@ a(id='file-tree')
11601160 .file villains.module.ts
11611161 .file villains-routing.module.ts
11621162 .file app.component.ts|html|css|spec.ts
1163- .file app.module.ts
1164- .file app-routing.module.ts
1163+ .file app.module.ts
1164+ .file app-routing.module.ts
11651165 .file main.ts
11661166 .file index.html
11671167 .file ...
@@ -1226,11 +1226,11 @@ a(href="#toc") Back to top
12261226
12271227.s-rule.do
12281228 :marked
1229- **Do** create an Angular module at the root of the application .
1229+ **Do** create an Angular module in the app's root folder (e.g., in `/app`) .
12301230
12311231.s-why
12321232 :marked
1233- **Why?** Every app requires at least one Angular module.
1233+ **Why?** Every app requires at least one root Angular module.
12341234
12351235.s-rule.consider
12361236 :marked
You can’t perform that action at this time.
0 commit comments