feat: add .ngsummary.ts files to support AOT unit tests

Design doc: https://docs.google.com/document/d/1VmTkz0EbEVSWfEEWEvQ5sXyQXSCvtMOw4t7pKU-jOwc/edit?usp=sharing
This commit is contained in:
Tobias Bosch
2017-04-26 09:24:42 -07:00
committed by Matias Niemelä
parent 2714644528
commit 547c363473
28 changed files with 1187 additions and 197 deletions

View File

@ -16,4 +16,5 @@ import './i18n_spec';
import './ng_module_spec';
import './projection_spec';
import './query_spec';
import './source_map_spec';
import './source_map_spec';
import './jit_summaries_spec';