From 417941f735f255f840aca4086011597e5bb09751 Mon Sep 17 00:00:00 2001 From: Florent Gravin Date: Fri, 8 Sep 2023 14:12:34 +0200 Subject: [PATCH] fix(wc): add missing dependencies AuthService and BrowserDynamicModule --- apps/webcomponents/src/app/webcomponents.module.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/webcomponents/src/app/webcomponents.module.ts b/apps/webcomponents/src/app/webcomponents.module.ts index d5274d25eb..ddcdf54e4b 100644 --- a/apps/webcomponents/src/app/webcomponents.module.ts +++ b/apps/webcomponents/src/app/webcomponents.module.ts @@ -32,6 +32,8 @@ import { FeatureMapModule } from '@geonetwork-ui/feature/map' import { GnDatasetViewChartComponent } from './components/gn-dataset-view-chart/gn-dataset-view-chart.component' import { FeatureDatavizModule } from '@geonetwork-ui/feature/dataviz' import { EmbeddedTranslateLoader } from '@geonetwork-ui/util/i18n' +import { FeatureAuthModule } from '@geonetwork-ui/feature/auth' +import { BrowserAnimationsModule } from '@angular/platform-browser/animations' const CUSTOM_ELEMENTS: [new (...args) => BaseComponent, string][] = [ [GnFacetsComponent, 'gn-facets'], @@ -78,6 +80,9 @@ const CUSTOM_ELEMENTS: [new (...args) => BaseComponent, string][] = [ }), MatIconModule, FeatureDatavizModule, + FeatureAuthModule, + BrowserAnimationsModule + ], providers: [ {