gauravsoni119 / ng2-tel-input

MIT License
56 stars 57 forks source link

Angular-10: ModuleWithProviders requires 1 type argument(s) #74

Open joshi-anshul opened 4 years ago

joshi-anshul commented 4 years ago

Hello,

Could you please upgrade module for Angular-10, In angular-10 ModuleWithProviders required 1 argument

node_modules/ng2-tel-input/src/ng2-tel-input.module.d.ts:3:23 - error TS2314: Generic type 'ModuleWithProviders<T>' requires 1 type argument(s).

static forRoot(): ModuleWithProviders;

Thanks

nimatrazmjo commented 3 years ago

@gauravsoni119 can you please upgrade the package :)

gauravsoni119 commented 3 years ago

This package is no longer maintained. I created it initially(with angular 2.0) with the intention of providing easy support of installing the intl-tel-input. Now angular has great tooling in place. You guys can just copy/paste the code inside the package into your app and use it.