UNPKG

ng-materialgrammi

Version:

An Angular framework which follows

17 lines (16 loc) 710 B
import { OnInit } from '@angular/core'; import { MaterialgrammiService } from '../../materialgrammi.service'; import * as i0 from "@angular/core"; export declare class NotificationsComponent implements OnInit { private service; position: string; close: string; notificationData: any; constructor(service: MaterialgrammiService); ngOnInit(): void; watchNotifications(): void; closeNotification(id: string): void; mainClass(): string; static ɵfac: i0.ɵɵFactoryDeclaration<NotificationsComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NotificationsComponent, "mg-notifications", never, { "position": "position"; "close": "close"; }, {}, never, never>; }