<!-- IF YOU DON'T FILL OUT THE FOLLOWING INFORMATION YOUR ISSUE MIGHT BE CLOSED WITHOUT INVESTIGATING --> ### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [x] feature request ``` ### Versions. <!-- Output from: `ng --version`. If nothing, output from: `node --version` and `npm --version`. Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?) --> ### Repro steps. <!-- Simple steps to reproduce this bug. Please include: commands run, packages added, related code changes. A link to a sample repo would help too. --> ### The log given by the failure. <!-- Normally this include a stack trace and some more information. --> ### Desired functionality. <!-- What would like to see implemented? What is the usecase? --> At `@angular/core/testing` v4.2.0, .ngSummary.ts files are introduced to support to use AOT in unit testing ( https://github.com/angular/angular/blob/master/CHANGELOG.md#features-4 ). Do you have a milestone about this? I think it's useful to run unit testing with something like `ng test --aot` . ### Mention any other details that might be useful. <!-- Please include a link to the repo if this is related to an OSS project. -->
Bug Report or Feature Request (mark with an
x)Versions.
Repro steps.
The log given by the failure.
Desired functionality.
At
@angular/core/testingv4.2.0, .ngSummary.ts files are introduced to support to use AOT in unit testing ( https://github.com/angular/angular/blob/master/CHANGELOG.md#features-4 ). Do you have a milestone about this?I think it's useful to run unit testing with something like
ng test --aot.Mention any other details that might be useful.