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 ?
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.tsfile 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
LoopBackAuthclass, I have seenInternalStorageinjected to the constructor. Could this be the issue ?