2.4.0 • Published 6 months ago

geonetwork-ui v2.4.0

Weekly downloads
-
License
-
Repository
github
Last release
6 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

6 months ago

2.4.2

6 months ago

2.4.1

7 months ago

2.4.0

7 months ago

2.3.3

9 months ago

2.4.0-alpha.2

10 months ago

2.4.0-dev.344a92f2

12 months ago

2.4.0-dev.c2a3cdd1

12 months ago

2.4.0-dev.6f312e64

12 months ago

2.4.0-dev.80a79eca

12 months ago

2.4.0-dev.66a33793

12 months ago

2.4.0-dev.575f30f2

12 months ago

2.4.0-dev.d3529f01

11 months ago

2.4.0-dev.fdf8f64b

11 months ago

2.4.0-dev.4892c308

11 months ago

2.4.0-dev.49921490

12 months ago

2.4.0-dev.e550c0b3

11 months ago

2.4.0-dev.dcc96ff9

12 months ago

2.4.0-dev.e5f8e61e

12 months ago

2.4.0-dev.f5019723

11 months ago

2.4.0-dev.86d11ddb

12 months ago

2.4.0-dev.3b6b95eb

11 months ago

2.4.0-alpha.1

11 months ago

2.4.0-dev.be951976

11 months ago

2.4.0-dev.aa689838

12 months ago

2.4.0-dev.9075aa64

12 months ago

2.4.0-dev.8b395cf5

12 months ago

2.4.0-dev.9b37393d

12 months ago

2.4.0-dev.614b0d9f

11 months ago

2.3.2

1 year ago

2.3.1

1 year ago

2.3.0

1 year ago

2.2.0

1 year ago

2.1.0

2 years ago

2.1.0-initial

2 years ago

2.1.0-dev

2 years ago