mean-expert-official / loopback-sdk-builder

Tool for auto-generating Software Development Kits (SDKs) for LoopBack
Other
399 stars 178 forks source link

StaticInjectionError #642

Closed sadhac closed 5 years ago

sadhac commented 5 years ago

What type of issue are you creating?

What version of this module are you using?

Write other if any:

Please add a description for your issue:

Hi angsdkerror.log

Getting an uncaught exception error when using the model api service in my component. Please see log attached and let me know how to resolve it.

gezquinndesign commented 5 years ago

I suspect that this is not an issue with the sdk but rather an issue with the Angular module set up.

For starters, have you included ModelApi in the providers section of the ModelCreateComponent module?

Would need to see your code to be of any more help.

sadhac commented 5 years ago

You are correct, its not the sdk. I had to use the AppUserApi service. Thanks! Is there a guide/example that has extended user model authentation and authorization with Angular 6+?