ng2-tel-input
ng2-tel-input copied to clipboard
Angular-10: ModuleWithProviders requires 1 type argument(s)
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
@gauravsoni119 can you please upgrade the package :)
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.