docs(core): update stability markers for core apis

This commit is contained in:
Igor Minar
2016-08-23 22:29:34 -07:00
committed by Victor Berchet
parent 3aaf064d11
commit 5d294624fa
7 changed files with 28 additions and 28 deletions

View File

@ -21,7 +21,7 @@ import {CodegenComponentFactoryResolver, ComponentFactoryResolver} from './compo
* `NgModuleRef` provides access to the NgModule Instance as well other objects related to this
* NgModule Instance.
*
* @experimental
* @stable
*/
export abstract class NgModuleRef<T> {
/**

View File

@ -10,7 +10,7 @@ import {NgModuleFactory} from './ng_module_factory';
/**
* Used to load ng module factories.
* @experimental
* @stable
*/
export abstract class NgModuleFactoryLoader {
abstract load(path: string): Promise<NgModuleFactory<any>>;