chore(doc-gen): remove unnecessary @public
and @exportedAs
tags
This commit is contained in:
@ -11,8 +11,6 @@ import * as modelModule from './model';
|
||||
* ```
|
||||
* var loginControl = new Control("", Validators.required)
|
||||
* ```
|
||||
*
|
||||
* @exportedAs angular2/forms
|
||||
*/
|
||||
export class Validators {
|
||||
static required(c: modelModule.Control): StringMap<string, boolean> {
|
||||
|
Reference in New Issue
Block a user