replace forRoot with withConfig

pull/7077/head
Arman Ozak 5 years ago
parent 2d6107812c
commit e8a4f89fd2

@ -12,7 +12,7 @@ import { VALIDATION_ERROR_TEMPLATE, VALIDATION_TARGET_SELECTOR } from '@ngx-vali
imports: [BaseThemeBasicModule],
})
export class ThemeBasicTestingModule {
static forRoot(): ModuleWithProviders<ThemeBasicTestingModule> {
static withConfig(): ModuleWithProviders<ThemeBasicTestingModule> {
return {
ngModule: ThemeBasicTestingModule,
providers: [

Loading…
Cancel
Save