libs/search-product/state/src/state.module.ts
import {
ModuleWithProviders,
NgModule,
} from '@angular/core';
import { DaffSearchProductStateCoreModule } from './core.module';
@NgModule({
imports: [
DaffSearchProductStateCoreModule,
],
})
export class DaffSearchProductStateModule {
}