Ignore:
Timestamp:
10/16/21 20:00:21 (3 years ago)
Author:
Стојков Марко <mst@…>
Branches:
dev
Children:
9885bee
Parents:
f9983f5
Message:

Preview question component

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Clients/Angular/finki-chattery/src/app/app.component.ts

    rf9983f5 rdab7a9b  
    88})
    99export class AppComponent implements OnInit {
    10   constructor(public loader: LoaderService, private redirect: RedirectService, private auth: AuthService) {}
     10  constructor(public loader: LoaderService, private redirect: RedirectService) {}
    1111
    1212  ngOnInit(): void {
    1313    this.redirect.redirectLoggedInUser();
    1414  }
    15 
    16   public login(): void {
    17     this.auth.login();
    18   }
    1915}
Note: See TracChangeset for help on using the changeset viewer.