docs: add missing @ngModule tags (#25734)

PR Close #25734
This commit is contained in:
Pete Bacon Darwin
2018-09-08 17:53:53 +01:00
committed by Kara Erickson
parent b94436d86c
commit 927323f24e
23 changed files with 53 additions and 61 deletions

View File

@ -49,7 +49,8 @@ export const ngControlStatusHost = {
* * ng-untouched
* * ng-touched
*
*
* @ngModule FormsModule
* @ngModule ReactiveFormsModule
*/
@Directive({selector: '[formControlName],[ngModel],[formControl]', host: ngControlStatusHost})
export class NgControlStatus extends AbstractControlStatus {
@ -60,7 +61,8 @@ export class NgControlStatus extends AbstractControlStatus {
* Directive automatically applied to Angular form groups that sets CSS classes
* based on control status (valid/invalid/dirty/etc).
*
*
* @ngModule FormsModule
* @ngModule ReactiveFormsModule
*/
@Directive({
selector: