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 +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff 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-
229230a#app-component
230231p.
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
You can’t perform that action at this time.
0 commit comments