UNPKG

pulseauthenticate

Version:

Common Authentication library for pulse angular apps

9 lines (8 loc) 233 B
import { AlertService } from '../services/alert.service'; export declare class AlertComponent { private alertService; message: any; constructor(alertService: AlertService); ngOnInit(): void; closeAlert(): void; }