@anglr/notifications
Version:
Angular module for displaying notifications
14 lines • 679 B
TypeScript
import * as i0 from "@angular/core";
/**
* Directive used for providing local notifications service to local notifications
*/
export declare class LocalNotificationsProviderDirective {
/**
* Name of scope, if not specified non scoped will be used
*/
name: string | undefined | null;
constructor(name: string);
static ɵfac: i0.ɵɵFactoryDeclaration<LocalNotificationsProviderDirective, [{ attribute: "withProvider"; }]>;
static ɵdir: i0.ɵɵDirectiveDeclaration<LocalNotificationsProviderDirective, "notifications[withProvider]", never, {}, {}, never, never, true, never>;
}
//# sourceMappingURL=localNotificationsWithProvider.directive.d.ts.map