Skip to content

Commit

Permalink
fix(core): always run first core extensions (#2647)
Browse files Browse the repository at this point in the history
fix #2637
  • Loading branch information
aitboudad committed Jan 2, 2021
1 parent 9b58116 commit 4975544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/src/lib/core.module.ts
Expand Up @@ -60,6 +60,7 @@ export class FormlyModule {
return {
ngModule: FormlyModule,
providers: [
{ provide: FORMLY_CONFIG, multi: true, useFactory: defaultFormlyConfig, deps: [FormlyConfig] },
{ provide: FORMLY_CONFIG, useValue: config, multi: true },
{ provide: ANALYZE_FOR_ENTRY_COMPONENTS, useValue: config, multi: true },
FormlyFormBuilder,
Expand Down

0 comments on commit 4975544

Please sign in to comment.