docs(toh-5): clarify that class renaming should be local to file (#2996)
Fixes #2904
This commit is contained in:
parent
5a4448335b
commit
5d89f90a3b
|
@ -109,7 +109,7 @@ block keep-app-running
|
|||
|
||||
The steps are to rename:
|
||||
* <span ngio-ex>app.component.ts</span> file to <span ngio-ex>heroes.component.ts</span>
|
||||
* `AppComponent` class to `HeroesComponent`
|
||||
* `AppComponent` class to `HeroesComponent` (rename locally, _only_ in this file)
|
||||
* Selector `my-app` to `my-heroes`
|
||||
|
||||
+makeExcerpt('app/heroes.component.ts (showing renamings only)', 'renaming')
|
||||
|
|
Loading…
Reference in New Issue