feat(change_detection): make INTERPOLATE_REGEXP customizable (#7417)
BREAKING CHANGES: `Parser` constructor required new parameter `config: CompilerConfig` as second argument.
This commit is contained in:

committed by
Miško Hevery

parent
9036f78b74
commit
c3fafa0651
@ -41,6 +41,7 @@ function _createCompilerConfig() {
|
||||
*/
|
||||
export const COMPILER_PROVIDERS: Array<any | Type | {[k: string]: any} | any[]> =
|
||||
/*@ts2dart_const*/[
|
||||
/*@ts2dart_Provider*/ {provide: CompilerConfig, useFactory: _createCompilerConfig, deps: []},
|
||||
Lexer,
|
||||
Parser,
|
||||
HtmlParser,
|
||||
@ -50,7 +51,6 @@ export const COMPILER_PROVIDERS: Array<any | Type | {[k: string]: any} | any[]>
|
||||
DEFAULT_PACKAGE_URL_PROVIDER,
|
||||
StyleCompiler,
|
||||
ViewCompiler,
|
||||
/*@ts2dart_Provider*/ {provide: CompilerConfig, useFactory: _createCompilerConfig, deps: []},
|
||||
RuntimeCompiler,
|
||||
/*@ts2dart_Provider*/ {provide: ComponentResolver, useExisting: RuntimeCompiler},
|
||||
DomElementSchemaRegistry,
|
||||
|
Reference in New Issue
Block a user