feat(change_detection): provide error context for change detection errors
This commit is contained in:
@ -123,7 +123,7 @@ function _injectorBindings(appComponentType, bus: WorkerMessageBus,
|
||||
DirectiveResolver,
|
||||
Parser,
|
||||
Lexer,
|
||||
bind(ExceptionHandler).toFactory(() => {new ExceptionHandler(new PrintLogger())}),
|
||||
bind(ExceptionHandler).toFactory(() => new ExceptionHandler(new PrintLogger()), []),
|
||||
bind(XHR).toValue(new XHRImpl()),
|
||||
ComponentUrlMapper,
|
||||
UrlResolver,
|
||||
|
Reference in New Issue
Block a user