docs(cli-quickstart): fix incorrect filename for example (#3356)

This commit is contained in:
Kapunahele Wong 2017-03-09 00:14:36 -05:00 committed by Jules Kremer
parent 361d645d31
commit ff727cf5bd
1 changed files with 44 additions and 44 deletions

View File

@ -95,7 +95,7 @@ h2#first-component Step 4: Edit your first Angular component
:marked
The browser reloads automatically with the revised title. That's nice, but it could look better.
Open `src/app/cli-quickstart.component.css` and give the component some style.
Open `src/app/app.component.css` and give the component some style.
+makeExample('cli-quickstart/ts/src/app/app.component.css', null, 'src/app/app.component.css')(format=".")