Open
Description
Environment
Provide version numbers for the following components (information can be retrieved by running tns info
in your project folder or by inspecting the package.json
of the project):
- CLI: 5.1.0
To Reproduce
- tns create ngApp --ng
- tns preview --bundle --env.aot
- a runtime exception will be thrown
Expected behavior
The AOT flag should not be valid for the preview command.