@anglr/notifications
Version:
Angular module for displaying notifications
14 lines • 928 B
TypeScript
import { ChangeDetectorRef } from '@angular/core';
import { NotificationsOptions } from '../../common/notifications.interface';
import { GlobalNotificationsService } from '../../common/notifications.service';
import { NotificationsComponent } from '../notifications/notifications.component';
import * as i0 from "@angular/core";
/**
* Notifications component for global messages
*/
export declare class GlobalNotificationsComponent extends NotificationsComponent {
constructor(service: GlobalNotificationsService, changeDetector: ChangeDetectorRef, platformId: object, options?: NotificationsOptions);
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalNotificationsComponent, [null, null, null, { optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<GlobalNotificationsComponent, "global-notifications", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=globalNotifications.component.d.ts.map