@indice/ng-components
Version:
Indice common components for Angular v12
13 lines (12 loc) • 554 B
TypeScript
import { OnInit } from '@angular/core';
import { Router } from '@angular/router';
import { AuthService } from '@indice/ng-auth';
import * as i0 from "@angular/core";
export declare class AuthRenewComponent implements OnInit {
private authService;
private router;
constructor(authService: AuthService, router: Router);
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<AuthRenewComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AuthRenewComponent, "lib-auth-renew", never, {}, {}, never, never, false, never>;
}