2.4.0 • Published 9 months ago

geonetwork-ui v2.4.0

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

GeoNetwork-UI NPM Package

What is it?

This package contains many of the features available in the GeoNetwork-UI project.

Its contents are:

  • all the libraries in the libs folder
  • all translations
  • various configuration files

This package does not contain:

  • applications (Datahub, etc.)
  • unit and E2E tests
  • docker composition
  • documentation
  • anything related to NX

How can I use it?

This is what using this package looks like in an Angular application:

// ...
import {
  UiElementsModule,
  UiInputsModule,
  UiWidgetsModule,
  provideRepositoryUrl,
  ThemeService,
} from 'geonetwork-ui'

@NgModule({
  imports: [
    // ...
    UiWidgetsModule,
    UiElementsModule,
    UiInputsModule,
  ],
  providers: [
    // ...
    provideRepositoryUrl('http://localhost:8080/geonetwork/srv/api'),
  ],
  bootstrap: [AppComponent],
})
export class AppModule {
  constructor() {
    ThemeService.applyCssVariables('#e73f51', '#c2e9dc', '#212029', '#fdfbff')
  }
}

Please read the documentation on how to create a Custom Application for more information!

2.4.3

9 months ago

2.4.2

9 months ago

2.4.2-dev.9237c52b5

10 months ago

2.4.2-dev.f9b04748b

10 months ago

2.4.2-dev.e01cfe9b9

10 months ago

2.4.1

10 months ago

2.4.0

10 months ago

2.4.2-dev.ff0aab388

10 months ago

2.4.1-dev.a28bdabc1

10 months ago

2.4.1-dev.89bb09dfa

10 months ago

2.4.1-dev.e5315d8c8

10 months ago

2.4.1-dev.a1ec7cf5a

10 months ago

2.4.1-dev.1d2ade24e

10 months ago

2.4.1-dev.b217f2e40

10 months ago

2.4.1-dev.4e8752d34

10 months ago

2.4.1-dev.9ee0df3df

10 months ago

2.4.1-dev.2804667fa

10 months ago

2.4.1-dev.bf3be28aa

10 months ago

2.4.1-dev.7a0dc5e3f

10 months ago

2.4.1-dev.c1a684900

10 months ago

2.4.1-dev.73bac9979

10 months ago

2.3.3

12 months ago

2.4.0-alpha.2

1 year ago

2.4.0-alpha.1

1 year ago

2.3.2

1 year ago

2.3.1

1 year ago

2.3.0

1 year ago

2.2.0

2 years ago

2.1.0

2 years ago

2.1.0-initial

2 years ago

2.1.0-dev

2 years ago