UNPKG

@iotize/ionic

Version:

Iotize specific building blocks on top of @ionic/angular.

15 lines (14 loc) 414 B
import * as i0 from "@angular/core"; export declare class TapAuthService { options: { rememberMe?: boolean; lastCredentials?: { username: string; password?: string; }; }; constructor(); store(): void; static ɵfac: i0.ɵɵFactoryDeclaration<TapAuthService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<TapAuthService>; }