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

@ -267,7 +267,7 @@ export interface HostListenerMetadataFactory {
/**
* {@link NgModuleMetadata} factory for creating annotations, decorators or DSL.
*
* @experimental
* @stable
*/
export interface NgModuleMetadataFactory {
(obj?: NgModuleMetadataType): NgModuleDecorator;
@ -1109,7 +1109,7 @@ export var HostListener: HostListenerMetadataFactory = makePropDecorator(HostLis
/**
* Declares an ng module.
* @experimental
* @stable
* @Annotation
*/
export var NgModule: NgModuleMetadataFactory =