mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
Storybook still not working though
This commit is contained in:
parent
5eff1494ec
commit
1bbf4c61c0
@ -20,9 +20,10 @@ import { CoreModule } from '../core.module';
|
||||
import { TranslateModule } from '@ngx-translate/core';
|
||||
import { provideTranslations } from '../translation/translation.service';
|
||||
import { provideAnimations } from '@angular/platform-browser/animations';
|
||||
import { AuthModule } from '../auth/oidc/auth.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [TranslateModule.forRoot(), CoreModule.forRoot()],
|
||||
imports: [AuthModule.forRoot(), TranslateModule.forRoot(), CoreModule.forRoot()],
|
||||
providers: [provideTranslations('adf-core', 'assets/adf-core'), provideAnimations()]
|
||||
})
|
||||
export class CoreStoryModule {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user