docs(core): update stability markers for core apis
This commit is contained in:

committed by
Victor Berchet

parent
3aaf064d11
commit
5d294624fa
@ -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 =
|
||||
|
Reference in New Issue
Block a user