docs(common): mark all common apis except for i18n as stable

This commit is contained in:
Igor Minar
2016-08-23 13:58:41 -07:00
committed by Victor Berchet
parent 6335b31702
commit 8a2324f86a
7 changed files with 20 additions and 20 deletions

View File

@ -17,7 +17,7 @@ import {COMMON_PIPES} from './pipes/common_pipes';
/**
* The module that includes all the basic Angular directives like {@link NgIf}, ${link NgFor}, ...
*
* @experimental
* @stable
*/
@NgModule({
declarations: [COMMON_DIRECTIVES, COMMON_PIPES],