The title says it all.
This is my code with Angular Fire Auth.
Nothing shows up.
export class HomeComponent implements OnInit {
constructor(public afAuth: AngularFireAuth) {
}
ngOnInit(): void {
}
}
And when i remove it
export class HomeComponent implements OnInit {
constructor() {
}
ngOnInit(): void {
}
}
it works