Closed
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
angular-cli: 1.0.0-beta.10
node: 5.8.0
os: win32 x64 - Repro steps. Was this an app that wasn't created using the CLI? What change did you
If I run the dist/index.html without serving it as HTTP I see "System is not defined" in console. This is problematic for doing Cordova builds. - The log given by the failure. Normally this include a stack trace and some
ReferenceError: System is not defined
index.html (line 18, col 7) - Mention any other details that might be useful.
To me being able to do Cordova builds from the ng build dist folder is essential.