Fixed a lot of permissions

This commit is contained in:
Amritanshu
2019-08-21 00:07:46 +05:30
parent 70d31fea5e
commit abc29844d3
11 changed files with 133 additions and 84 deletions

View File

@ -11,7 +11,7 @@ import { map, share } from 'rxjs/operators';
export class HomeComponent implements OnInit {
public user: Observable<string>;
constructor(private auth: AuthService) {
constructor(public auth: AuthService) {
}
ngOnInit() {