Skip to content

Commit 540b119

Browse files
committed
fix(form): fix merge errors
1 parent d30cc84 commit 540b119

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

modules/@angular/forms/src/directives.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export {NgSelectOption, SelectControlValueAccessor} from './directives/select_co
4444
export {NgSelectMultipleOption, SelectMultipleControlValueAccessor} from './directives/select_multiple_control_value_accessor';
4545

4646
export const SHARED_FORM_DIRECTIVES: Type<any>[] = [
47-
NgNovalidate,
4847
NgSelectOption,
4948
NgSelectMultipleOption,
5049
DefaultValueAccessor,

0 commit comments

Comments
 (0)