chore(forms): update forms labels (#10873)

This commit is contained in:
Kara
2016-08-17 07:44:39 -07:00
committed by vikerman
parent 675e582ffd
commit 6fd5bc075d
24 changed files with 93 additions and 90 deletions

View File

@ -23,7 +23,7 @@ import {AbstractControl} from './model';
* ### Example
*
* {@example core/forms/ts/ng_validators/ng_validators.ts region='ng_validators'}
* @experimental
* @stable
*/
export const NG_VALIDATORS: OpaqueToken = new OpaqueToken('NgValidators');
@ -35,7 +35,7 @@ export const NG_VALIDATORS: OpaqueToken = new OpaqueToken('NgValidators');
*
* See {@link NG_VALIDATORS} for more details.
*
* @experimental
* @stable
*/
export const NG_ASYNC_VALIDATORS: OpaqueToken = new OpaqueToken('NgAsyncValidators');
@ -51,7 +51,7 @@ export const NG_ASYNC_VALIDATORS: OpaqueToken = new OpaqueToken('NgAsyncValidato
* var loginControl = new FormControl("", Validators.required)
* ```
*
* @experimental
* @stable
*/
export class Validators {
/**