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

@ -80,7 +80,7 @@ var defaultLocale: string = 'en-US';
*
* {@example core/pipes/ts/date_pipe/date_pipe_example.ts region='DatePipe'}
*
* @experimental
* @stable
*/
@Pipe({name: 'date', pure: true})
export class DatePipe implements PipeTransform {