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
1111
1111
1112
1112
a( id ='file-tree' )
1113
1113
:marked
1114
- Folder and File Structure
1114
+ Here is a compliant folder and file structure
1115
1115
1116
1116
.filetree
1117
- .file src
1117
+ .file < project root >
1118
1118
.children
1119
1119
.file app
1120
1120
.children
@@ -1160,8 +1160,8 @@ a(id='file-tree')
1160
1160
.file villains.module.ts
1161
1161
.file villains-routing.module.ts
1162
1162
.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
1165
1165
.file main.ts
1166
1166
.file index.html
1167
1167
.file ...
@@ -1226,11 +1226,11 @@ a(href="#toc") Back to top
1226
1226
1227
1227
.s-rule.do
1228
1228
: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`) .
1230
1230
1231
1231
.s-why
1232
1232
:marked
1233
- **Why?** Every app requires at least one Angular module.
1233
+ **Why?** Every app requires at least one root Angular module.
1234
1234
1235
1235
.s-rule.consider
1236
1236
:marked
You can’t perform that action at this time.
0 commit comments