- Timestamp:
- 10/16/21 20:00:21 (3 years ago)
- Branches:
- dev
- Children:
- 9885bee
- Parents:
- f9983f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Clients/Angular/finki-chattery/src/app/app.component.ts
rf9983f5 rdab7a9b 8 8 }) 9 9 export class AppComponent implements OnInit { 10 constructor(public loader: LoaderService, private redirect: RedirectService , private auth: AuthService) {}10 constructor(public loader: LoaderService, private redirect: RedirectService) {} 11 11 12 12 ngOnInit(): void { 13 13 this.redirect.redirectLoggedInUser(); 14 14 } 15 16 public login(): void {17 this.auth.login();18 }19 15 }
Note:
See TracChangeset
for help on using the changeset viewer.