docs(cli-quickstart): fix incorrect filename for example (#3356)
This commit is contained in:
parent
361d645d31
commit
ff727cf5bd
|
@ -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=".")
|
||||
|
||||
|
|
Loading…
Reference in New Issue