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

Commit d873717

Browse files
committed
edit style guide 04-06 rule to use src
1 parent 65a5f89 commit d873717

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

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

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -953,12 +953,12 @@ a(href="#toc") Back to top
953953

954954
Have a near-term view of implementation and a long-term vision. Start small but keep in mind where the app is heading down the road.
955955

956-
All of the app's code goes in a folder named `app`.
956+
All of the app's code goes in a folder named `src`.
957957
All feature areas are in their own folder, with their own Angular module.
958958

959959
All content is one asset per file. Each component, service, and pipe is in its own file.
960-
All third party vendor scripts are stored in another folder and not in the `app` folder.
961-
You didn't write them and you don't want them cluttering `app`.
960+
All third party vendor scripts are stored in another folder and not in the `src` folder.
961+
You didn't write them and you don't want them cluttering `src`.
962962
Use the naming conventions for files in this guide.
963963

964964
a(href="#toc") Back to top
@@ -1105,7 +1105,7 @@ a(href="#toc") Back to top
11051105

11061106
.s-rule.do
11071107
:marked
1108-
**Do** put all of the app's code in a folder named `app`.
1108+
**Do** put all of the app's code in a folder named `src`.
11091109

11101110
.s-rule.consider
11111111
:marked
@@ -1176,6 +1176,8 @@ a(id='file-tree')
11761176
.file app-routing.module.ts
11771177
.file main.ts
11781178
.file index.html
1179+
.file ...
1180+
.file node_modules/...
11791181
.file ...
11801182
:marked
11811183

@@ -1379,7 +1381,7 @@ a(href="#toc") Back to top
13791381
.file app-routing.module.ts
13801382
.file main.ts
13811383
.file index.html
1382-
.file ...
1384+
.file ...
13831385
:marked
13841386

13851387
+makeTabs(

0 commit comments

Comments
 (0)