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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -