hemantkumar450
hemantkumar450
@jeroenouw , @mboughaba i'm still get the same issue with angular 6. Above solution didnt solve my issue "ERROR in No NgModule metadata found for 'AppModule"
Thanks for the reply @dave-ramirez , i did the exact same. but still i'm getting the same error
@dave-ramirez my **tsconfig.app.json** code { "extends": "../tsconfig.json", "include": [ "../node_modules/api-ai-javascript/*.ts", "../node_modules/api-ai-javascript/**/*.ts", "main.ts", "polyfills.ts" ], "exclude": [ "src/test.ts", "**/*.spec.ts", "../node_modules/api-ai-javascript/ts/Request/TTSRequest.ts" ], "compilerOptions": { "outDir": "../out-tsc/app", "module": "es2015", "types": [] } }
@dave-ramirez should i add **include** array in **ts.config.json** also? actually i tried in both cases. i got the same error
@dave-ramirez ,As per your instruction i did the same. but no luck ` { "compileOnSave": false, "include": [ "node_modules/api-ai-javascript/*.ts", "node_modules/api-ai-javascript/**/*.ts" ], "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration":...
@dave-ramirez 
@dave-ramirez , @jeroenouw , @mboughaba here's my package.JSON > { "name": "chatbot", "version": "0.0.0", "license": "MIT", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test": "ng test", "lint":...