Erro on app.module:
Could not find a declaration file for module 'angular-2-daterangepicker'. '/home/desenvolvimento017/repositorio/ecm-admin-frontend/ecm-admin-frontend/node_modules/angular-2-daterangepicker/index.js' implicitly has an 'any' type. Trynpm install @types/angular-2-daterangepickerif it exists or add a new declaration (.d.ts) file containingdeclare module 'angular-2-daterangepicker';ts(7016)
Erro on app.module:
Could not find a declaration file for module 'angular-2-daterangepicker'. '/home/desenvolvimento017/repositorio/ecm-admin-frontend/ecm-admin-frontend/node_modules/angular-2-daterangepicker/index.js' implicitly has an 'any' type. Try
npm install @types/angular-2-daterangepickerif it exists or add a new declaration (.d.ts) file containing
declare module 'angular-2-daterangepicker';ts(7016)
I can not use...