Problem installing angular-cesium in Angular 6

0

I am trying to install Angular-cesium in a project generated with Ngx-rocket and I get this error:

Try to generate the project with ng-cli and the same error.

    
asked by Yeisom Gomez 05.08.2018 в 08:30
source

1 answer

1

Try placing the following in your tsconfig.json

"noImplicitAny":false

I recommend you take a look at the documentation

    
answered by 06.08.2018 / 22:14
source