Skip to content

Commit

Permalink
fix(wc): add missing dependencies
Browse files Browse the repository at this point in the history
AuthService and BrowserDynamicModule
  • Loading branch information
fgravin committed Sep 8, 2023
1 parent e3fc6af commit 5792302
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/webcomponents/src/app/webcomponents.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down Expand Up @@ -78,6 +80,8 @@ const CUSTOM_ELEMENTS: [new (...args) => BaseComponent, string][] = [
}),
MatIconModule,
FeatureDatavizModule,
FeatureAuthModule,
BrowserAnimationsModule,
],
providers: [
{
Expand Down

0 comments on commit 5792302

Please sign in to comment.