angular - @Inject(FIREBASE) firebase:any NO Provider for token Firebase -


developing angular2seedadvanced app firebase backend produce error

no token firebase while using @inject(firebase) firebase:any inside constructor.

service.ts

import { firebase } '../../myapp/index'; @injectable() export class loginservice {     constructor(@inject(firebase) firebase:any) {} } 


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -