You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all Great repo with loopback and angular. I started implementing the ways that you have mentioned, but ran into the following error while making an auth.service.
In auth.service.ts file the error is saying 'Supplied parameters do not match any signature of call target'.
It is referring to the constructor, where you call the super.
I am new to angular 2 and am stuck with a deadline closing by.
What should I add to the super.
When I looked at the LoopBackAuth class, I have seen InternalStorage injected to the constructor. Could this be the issue ?
The text was updated successfully, but these errors were encountered:
@itssajan looks like the Angular2 SDK has been improved, this code is a bit old now so you will need to experiment to see what works now, may be adding the super will help.
First of all Great repo with loopback and angular. I started implementing the ways that you have mentioned, but ran into the following error while making an
auth.service
.In
auth.service.ts
file the error is saying 'Supplied parameters do not match any signature of call target'.It is referring to the
constructor
, where you call thesuper
.I am new to angular 2 and am stuck with a deadline closing by.
What should I add to the
super
.When I looked at the
LoopBackAuth
class, I have seenInternalStorage
injected to the constructor. Could this be the issue ?The text was updated successfully, but these errors were encountered: