Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 420 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 420 Bytes

repro-angularcli-12589

This is the reproduction of @angular/cli issue [angular/angular-cli#12589]

how to

Simply run npm install and ng serve. Then head to the AppComponent and rename fromFooBar.renameThisPlease to anything you like and finally same rename in:

./src/foo/bar/baz.ts

This should reproduce the error and warning described in the issue mentioned above.