[DEV] still work

This commit is contained in:
Edouard DUPIN 2024-04-07 09:01:44 +02:00
parent 97242643b9
commit 40a76b7290

View File

@ -15,7 +15,7 @@ import { ALL_GUARDS } from "./kar-cw.guard";
@NgModule({ @NgModule({
declarations: [ declarations: [
...ALL_COMPONENTS, ...ALL_COMPONENTS,
//...ALL_SCENES, ...ALL_SCENES,
], ],
imports: [ imports: [
CommonModule, CommonModule,
@ -24,11 +24,11 @@ import { ALL_GUARDS } from "./kar-cw.guard";
], ],
providers: [ providers: [
//...ALL_SERVICES, //...ALL_SERVICES,
//...ALL_GUARDS, ...ALL_GUARDS,
], ],
exports: [ exports: [
...ALL_COMPONENTS, ...ALL_COMPONENTS,
//...ALL_SCENES, ...ALL_SCENES,
//...ALL_SERVICES, //...ALL_SERVICES,
//...ALL_GUARDS, //...ALL_GUARDS,
], ],