refactor(linker): Expose ViewResolver to public api

Fixes https://github.com/angular/angular/issues/4780

Closes #4789
This commit is contained in:
Stacy Gay
2015-10-16 13:21:31 -04:00
committed by Misko Hevery
parent 56e736439b
commit fa44da16c8
2 changed files with 3 additions and 0 deletions

View File

@ -1321,6 +1321,8 @@ var NG_API = [
Abstract method
'ViewRef.setLocal()',
*/
'ViewResolver',
'ViewResolver.resolve()',
'WrappedException',
'WrappedException.context',
'WrappedException.message',