File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -553,7 +553,7 @@ export interface FormRecord<TControl> {
553553export class FormsModule {
554554 static withConfig(opts : {
555555 callSetDisabledState? : SetDisabledStateOption ;
556- }): ModuleWithProviders <ReactiveFormsModule >;
556+ }): ModuleWithProviders <FormsModule >;
557557 // (undocumented)
558558 static ɵfac: i0 .ɵɵFactoryDeclaration <FormsModule , never >;
559559 // (undocumented)
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export class FormsModule {
3838 */
3939 static withConfig ( opts : {
4040 callSetDisabledState ?: SetDisabledStateOption ,
41- } ) : ModuleWithProviders < ReactiveFormsModule > {
41+ } ) : ModuleWithProviders < FormsModule > {
4242 return {
4343 ngModule : FormsModule ,
4444 providers : [ {
You can’t perform that action at this time.
0 commit comments