You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Versions.
angular-cli: 1.0.0-beta.11-webpack
node: 5.7.1
os: darwin x64
After running the following command: ng new foo2 --style=less --mobile
The file src/app/app.component.ts has a component definition that uses a template rather than using a templateUrl for the generated app.component.html
No error given, but uses wrong template.
Tested without using the --mobile flag and it works as expected (uses templateUrl for app.component.html)
Hey all,
angular-cli: 1.0.0-beta.11-webpack
node: 5.7.1
os: darwin x64
ng new foo2 --style=less --mobileThe file src/app/app.component.ts has a component definition that uses a
templaterather than using atemplateUrlfor the generated app.component.htmltemplateUrlfor app.component.html)