pulseauthenticate
Version:
Common Authentication library for pulse angular apps
1 lines • 926 B
Source Map (JSON)
{"version":3,"names":[],"mappings":"","sources":["components/login.component.d.ts"],"sourcesContent":["import { OnInit } from '@angular/core';\nimport { Router, ActivatedRoute } from '@angular/router';\nimport { AlertService } from '../services/alert.service';\nimport { AuthenticationService } from '../services/authentication.service';\nexport declare class LoginComponent implements OnInit {\n private route;\n private router;\n private authenticationService;\n private alertService;\n model: any;\n loading: boolean;\n returnUrl: string;\n showLoginPage: boolean;\n projectName: string;\n constructor(route: ActivatedRoute, router: Router, authenticationService: AuthenticationService, alertService: AlertService);\n ngOnInit(): void;\n login(): void;\n showForgotPassword(): void;\n forgotPassword(): void;\n cancelForgotPassword(): void;\n}\n"],"file":"login.component.d.ts"}