feat(compiler-cli): private i18n API for the CLI (#13536)

Also change the Extractor API to align with the Codegen API (internal APIs)
This commit is contained in:
Victor Berchet
2016-12-19 11:56:10 -08:00
committed by Chuck Jazdzewski
parent 0e3981afc1
commit 6b65fc1286
6 changed files with 145 additions and 46 deletions

View File

@ -28,7 +28,6 @@ import {InterpolationConfig} from '../ml_parser/interpolation_config';
import {NgModuleResolver} from '../ng_module_resolver';
import {ParseError} from '../parse_util';
import {PipeResolver} from '../pipe_resolver';
import {Console} from '../private_import_core';
import {DomElementSchemaRegistry} from '../schema/dom_element_schema_registry';
import {createOfflineCompileUrlResolver} from '../url_resolver';