Revize 5231600c
Přidáno uživatelem Jakub Hlaváč před asi 4 roky(ů)
src/app/shared/nav-bar/components/nav-bar.component.ts | ||
---|---|---|
1 |
import {Component, OnDestroy, OnInit} from '@angular/core';
|
|
1 |
import {Component, OnInit} from '@angular/core'; |
|
2 | 2 |
import {AuthService} from '../../../auth/services/auth.service'; |
3 | 3 |
import {Router} from '@angular/router'; |
4 |
import {of, Subscription} from 'rxjs'; |
|
5 |
import {switchMap} from 'rxjs/operators'; |
|
6 | 4 |
import {UserState} from '../../../auth/states/user.state'; |
7 | 5 |
|
8 | 6 |
@Component({ |
Také k dispozici: Unified diff
Re #8468 - Implementovat login formulář