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

Commit a9e7781

Browse files
Foxandxsswardbell
authored andcommitted
docs(quickstart): remove instruction (#2261)
1 parent 42257e4 commit a9e7781

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

public/docs/ts/latest/quickstart.jade

+7-6
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,12 @@ block install-packages
190190

191191
Every Angular application has at least one module: the _root module_, named `AppModule` here.
192192

193+
**Create #{_an} #{_appDir} subfolder** off the project root directory:
194+
195+
code-example.
196+
mkdir #{_appDir}
197+
198+
:marked
193199
Create the file `app/app.module.ts` with the following content:
194200

195201
+makeExample('app/app.module.1.ts')(format='.')
@@ -221,15 +227,10 @@ h1#root-component Step !{step++}: Create a component and add it to your applicat
221227
Components are the basic building blocks of Angular applications. A component controls a portion
222228
of the screen—a *view*—through its associated template
223229

224-
**Create #{_an} #{_appDir} subfolder** off the project root directory:
225-
226-
code-example.
227-
mkdir #{_appDir}
228-
229230
a#app-component
230231
p.
231232
#[b Create the component file]
232-
#[code #[+adjExPath('app/app.component.ts')]] (in this newly created directory) with the following content:
233+
#[code #[+adjExPath('app/app.component.ts')]] with the following content:
233234

234235
+makeExample('app/app.component.ts')
235236

0 commit comments

Comments
 (0)