Coast Riders
Coast Riders
```ts // that's my whole log.component.ts // line 54 that's the catch (e) import { Component, HostListener, Inject, OnDestroy, OnInit } from '@angular/core'; import { Observable, of, tap } from...
The mixing does not change a thing, thanks for trying @rgant
```ts import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { FormsModule } from '@angular/forms'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from...


I have managed to find a solution here it is ```ts import { Component, Inject, OnInit } from '@angular/core'; import { FirebaseApp } from '@angular/fire/app'; import { Auth, signInWithEmailAndPassword }...
```ts // another way of writing it import { Component, Inject, OnInit } from '@angular/core'; import { FirebaseApp } from '@angular/fire/app'; import { Auth, signInWithEmailAndPassword, getAuth } from '@angular/fire/auth'; @Component({...