sparkalow / angular-count-to

Angular directive to animate counting to a number
MIT License
150 stars 95 forks source link

Not supported in Angular 10 #31

Open it-neternality opened 4 years ago

it-neternality commented 4 years ago

ERROR in node_modules/angular-count-to/src/modules/count-to.module.d.ts:6:23 - error TS2314: Generic type 'ModuleWithProviders' requires 1 type argument(s).

6 static forRoot(): ModuleWithProviders;

node_modules/angular-count-to/src/modules/count-to.module.d.ts:10:24 - error TS2314: Generic type 'ModuleWithProviders<T>' requires 1 type argument(s).

10     static forChild(): ModuleWithProviders;