Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit bf97a9a

Browse files
authored
docs(style-guide): fix folder structure in 04 to match what we do. (#2535)
closes issue #2533
1 parent a2744e7 commit bf97a9a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

public/docs/ts/latest/guide/style-guide.jade

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1111,10 +1111,10 @@ a(href="#toc") Back to top
11111111

11121112
a(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

0 commit comments

Comments
 (0)