mean-expert-official / loopback-sdk-builder

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

Which driver to use for PWA with Angular Universal and possibly Ionic? #550

Open bergben opened 6 years ago

bergben commented 6 years ago

What type of issue are you creating?

What version of this module are you using?

Write other if any:

I'd like to create a PWA which also uses Angular Universal. At the installation I have to choose a driver, but as far as I understand I'd need both the web and the universal driver in the same project? Is that possible?

Furthermore I'd like to integrate an Ionic App in the same project so that I can reuse the SharedModule, Models etc. To integrate Ionic I'll also need the native driver. But for that alternatively I could just create the Ionic App in a separate project and access the Models and SharedModule from outside I suppose?

I am new to Loopback so if someone could point me in the right direction that would be great.