Your browser does not support SVG

File

src/lib/toast/push-notifications.module.ts

import { NgModule } from '@angular/core';
import { PushNotificationsService } from './push-notifications/services/push-notifications.service';

export * from './push-notifications/interfaces/push-notification.type';
export * from './push-notifications/services/push-notifications.service';

@NgModule({
    providers: [PushNotificationsService]
})
export class PushNotificationsModule { }

results matching ""

    No results matching ""