mean-expert-official / loopback-sdk-builder

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

Update index.ejs #620

Open garethcmurphy opened 5 years ago

garethcmurphy commented 5 years ago

What type of pull request are you creating?

How many unit test did you write for this pull request?

HttpModule -> HttpClientModule

Write a reason if none (e.g just fixed a typo):

Updated HttpModule to HttpClientModule

Please add a description for your pull request:

When generating SDKNodeModule using lb-sdk -d ng2universal - the HttpModule is not found as it has been deprecated in favour of HttpClientModule.