-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
Description
- OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Windows 10 - Versions. Please run
ng --version. If there's nothing outputted, please
run in a Terminal:
node --version
And paste the result here.
1.0.0-beta.8 - Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.- In an existing app, add a file/type that has the word 'ember' in it somewhere.
- In my case this was teamMember.component.ts
- All logging around that file as well as typescript errors is output at teamM**ng**r
- The 'ember' part is replaced by 'ng'
- The log given by the failure. Normally this include a stack trace and some
more information.
Types of property 'teamMngs' are incompatible. - Mention any other details that might be useful.
Reactions are currently unavailable