Skip to content

Commit

Permalink
feat: use npm scope for app config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoinier committed Jul 16, 2024
1 parent e8a21d4 commit cdbca83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ChangeDetectionStrategy, Component } from '@angular/core'
import { marker } from '@biesbjerg/ngx-translate-extract-marker'
import { RouterFacade } from 'geonetwork-ui'
import { getOptionalSearchConfig } from 'libs/util/app-config/src/lib/app-config'
import { getOptionalSearchConfig } from '@mel-dataplatform/mel'

marker('mel.datahub.search.filters.topic')
marker('mel.datahub.search.filters.categoryKeyword')
Expand Down
2 changes: 1 addition & 1 deletion apps/datahub/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'
import { AppModule } from './app/app.module'
import { loadAppConfig } from 'libs/util/app-config/src/lib/app-config'
import { loadAppConfig } from '@mel-dataplatform/mel'

loadAppConfig().then(() => {
platformBrowserDynamic()
Expand Down

0 comments on commit cdbca83

Please sign in to comment.