mean-expert-official / loopback-sdk-builder

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

Add missing ModuleWithProviders<T> type for ng2+ #657

Open Schinkentanz opened 3 years ago

Schinkentanz commented 3 years ago

What type of pull request are you creating?

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

-

Write a reason if none (e.g just fixed a typo): With ng 10 the type definition for ModuleWithProviders is mandatory and should refer to the type of the NgModule (https://angular.io/guide/migration-module-with-providers)