Louis Roth

Results 3 comments of Louis Roth

I have the same problem, with a brand new application. I use Angular Cli version 16.2.4 and Angular 16.2.7. After adding AngularFire (version 7.6.1) with `ng add @angular/fire`, I get...

app.module.ts ```ts import { NgModule } from '@angular/core'; import { BrowserModule } from '@angular/platform-browser'; import { AppRoutingModule } from './app-routing.module'; import { AppComponent } from './app.component'; import { LocationModule }...

I also noticed that in the Compodoc documentation in the 'Getting Started' section the package '@carbon/icons' is not installed. In Addition, it would also be helpful to find instructions there...