There was an error while loading. Please reload this page.
2 parents 8719674 + bc412c5 commit 1aa647eCopy full SHA for 1aa647e
src/angular/config.ts
@@ -63,7 +63,7 @@ export const Config: Config = {
63
},
64
65
predefinedDirectives: [
66
- { selector: 'form', exportAs: 'ngForm' },
+ { selector: 'form:not([ngNoForm]):not([formGroup]), ngForm, [ngForm]', exportAs: 'ngForm' },
67
{ selector: '[routerLinkActive]', exportAs: 'routerLinkActive' },
68
{ selector: '[ngModel]:not([formControlName]):not([formControl])', exportAs: 'ngModel' },
69
{ selector: '[md-menu-item], [mat-menu-item]', exportAs: 'mdMenuItem' },
0 commit comments