Closed
Description
**Version Info
Angular: ^5.0.2
Firebase: ^4.6.0
AngularFire2: ^5.0.0-rc.3**
I've done all the steps to use AngularFirestore normally, but when i'm instantiating in my constructor service, this error brokes my app.
import { Injectable } from '@angular/core';
import { AngularFirestore } from 'angularfire2/firestore';
@Injectable()
export class ContactFormService {
constructor(
private afs: AngularFirestore
) { }
}
Metadata
Metadata
Assignees
Labels
No labels