npm install --save-dev @types/ej.web.all |
[tsconfig.app]
{
"compilerOptions": {
"sourceMap": true,
"declaration": false,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": [
"es2016",
"dom"
],
"outDir": "../out-tsc/app",
"target": "es5",
"module": "es2015",
"baseUrl": "",
"typeRoots": [
"node_modules/@types/"
],
"types": [
"jquery",
"ej.web.all",
"node",
"es6-shim"
]
},
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}
|
I have the same problem here, Im just trying the Schedule component.
I have installed and configured everything, that is working fine, but when I use "ej." it throw an error.
Hi Mani Sankar Durai,
any updates on this topic?
Experiencing the same problem, source code is working, but ej. throws an error and no code-completion/suggestion is working, which is unfortune!
Glad to hear from you,
regards Christopher
npm install @types/ej.web.all --save-dev |
this.dataManger = new ej.DataManager({
crossDomain: true,
adaptor: new ej.WebApiAdaptor() }); |