dependencies Legend  Declarations  Module  Bootstrap  Providers  Exports cluster_ToastModule cluster_ToastModule_providers ToastService ToastService ToastModule ToastModule ToastService->ToastModule

File

projects/commons/src/lib/elements/toast/toast.module.ts

Providers

import { toast } from 'bulma-toast';
import { NgModule } from '@angular/core';

import { ToastService } from './services';

@NgModule({
    providers: [
        ToastService,
        {
            provide: 'toast',
            useValue: toast,
        }
    ]
})

export class ToastModule {}

result-matching ""

    No results matching ""