Open umutc opened 6 years ago
I've the same issue. Did you resolve this? @umutc
EDIT: I solve this adding the path to library from node modules in tsconfig.app.json
{
"extends": "../tsconfig.json",
"compilerOptions": {
"outDir": "../out-tsc/app",
"baseUrl": "./",
"module": "es2015",
"types": []
},
"include": [
"./**/*",
"../node_modules/ng2-gantt/index.ts"
],
"exclude": [
"test.ts",
"**/*.spec.ts"
]
}
Error:
Angular Version: