Hi evreyone.
does any one can explain how can I use cesium in angular2 project.
I saw the solution Zusson offering but I'm working with Visual Studion Code not with (.csproj).
steps I've done:
1. package.json: "cesium": "^1.24.0", same like npm cesium install isn't it?
2. boot.ts( aka main.ts): import { Cesium } from 'cesium';
--> Cannot find module 'cesium'
I'm stuck !!!! please help.
thank you in advance.