- OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
Windows 7
- 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 (on node v6.3.1)
- Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
Added server/ folder
Added server/index.ts file
- The log given by the failure. Normally this include a stack trace and some
more information.
No failure, but the index.ts didnt get executed.
- Mention any other details that might be useful.
With the new build system, how can you install custom server routes?
Thanks! We'll be in touch soon.
Windows 7
ng --version. If there's nothing outputted, please runin a Terminal:
node --versionand paste the result here:angular-cli: 1.0.0-beta.11-webpack (on node v6.3.1)
do on your code? etc.
Added server/ folder
Added server/index.ts file
more information.
No failure, but the index.ts didnt get executed.
With the new build system, how can you install custom server routes?