@ukho/notifications
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

@ukho/notifications

This project provides a notifications service, a @ngrx/store slice and selectors.

Usage

Import the NgModule from this library, and call the forRoot() method in the imports of your NgModule where you want to provide the notifications implementation.

For example:

import { NotificationsModule } from '@ukho/notifications';

...

@NgModule({
  imports: [
    ...
    NotificationsModule.forRoot(),
  ],
  ...
})
export class AppModule {}

Readme

Keywords

none

Package Sidebar

Install

npm i @ukho/notifications

Weekly Downloads

1

Version

1.1.0

License

none

Unpacked Size

201 kB

Total Files

68

Last publish

Collaborators

  • benmorgan
  • aclevela
  • tombarham96