UNPKG

@anglr/notifications

Version:
14 lines 679 B
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