mean-expert-official / loopback-sdk-builder

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

SDK compatibility with Angular 5.2 #638

Open haresh333 opened 5 years ago

haresh333 commented 5 years ago

What type of issue are you creating?

What version of this module are you using?

NA

Write other if any:

Please add a description for your issue:

Will the SDK generated by this generator work with Angular 5.2 (as I am using IONIC 3)

jgwinner commented 5 years ago

I got it to work OK with Angular7, but had severe issues with getting ANY of the API's to generate. See: https://github.com/mean-expert-official/loopback-sdk-builder/issues/636

This has nothing to do with Angular, of course. I ended up editing the EJS code to generate my own client files, and used a template from here:

https://github.com/bezael/loopback3_angular6_bootstrap4

to do it. It seemed to work, and was a simple example of a client front end and how to use the Loopback API to access the back end, something that's missing in nearly all of the documentation on either @ Mean or at Loopback

    == John ==