diff --git a/modules/angular2/src/core/linker.ts b/modules/angular2/src/core/linker.ts index 825fae51f5..19b6e6d431 100644 --- a/modules/angular2/src/core/linker.ts +++ b/modules/angular2/src/core/linker.ts @@ -10,6 +10,7 @@ export { DoCheck } from './linker/interfaces'; export {DirectiveResolver} from './linker/directive_resolver'; +export {ViewResolver} from './linker/view_resolver'; export {Compiler} from './linker/compiler'; export {AppViewManager} from './linker/view_manager'; export {QueryList} from './linker/query_list'; diff --git a/modules/angular2/test/public_api_spec.ts b/modules/angular2/test/public_api_spec.ts index 703b47fbf9..d444bea3dd 100644 --- a/modules/angular2/test/public_api_spec.ts +++ b/modules/angular2/test/public_api_spec.ts @@ -1321,6 +1321,8 @@ var NG_API = [ Abstract method 'ViewRef.setLocal()', */ + 'ViewResolver', + 'ViewResolver.resolve()', 'WrappedException', 'WrappedException.context', 'WrappedException.message',