@smartsoft001/crud-shell-angular 2.99.0 → 2.100.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts
CHANGED
|
@@ -444,6 +444,7 @@ declare class CrudCoreModule<T extends IEntity<string>> {
|
|
|
444
444
|
}
|
|
445
445
|
declare class CrudModule<T extends IEntity<string>> {
|
|
446
446
|
static forFeature<T extends IEntity<string>>(options: ICrudModuleOptionsWithRoutng<T> | ICrudModuleOptionsWithoutRoutng<T>): ModuleWithProviders<CrudModule<any>>;
|
|
447
|
+
constructor(config: CrudConfig<T>, effects: CrudEffects<any>);
|
|
447
448
|
static ɵfac: i0.ɵɵFactoryDeclaration<CrudModule, never>;
|
|
448
449
|
static ɵmod: i0.ɵɵNgModuleDeclaration<CrudModule, never, never, never>;
|
|
449
450
|
static ɵinj: i0.ɵɵInjectorDeclaration<CrudModule>;
|