Closed
Description
- OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
MAC yosemite - Versions. Please run
ng --version
. If there's nothing outputted, please run
in a Terminal:node --version
and paste the result here:
angular-cli: 1.0.0-beta.11-webpack.2
node: 4.4.7
os: darwin x64
alban-mac:public
- Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
ng g component test.component
Just trying to create a module with the webpack. To note that I have renamed my app.module to mytestapp.module
Cheers