You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, When updating Angular 4.4 for Angular 5 the plugin stopped working, with the following error:
Module build failed: Error: node_modules\ngx-brazilian-helpers\index.ts is not part of the compilation output.
I tried to put the module in the build, but without success: { "compileOnSave": false, "compilerOptions": { "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es5", "typeRoots": [ "node_modules/@types" ], "lib": [ "es2017", "dom" ], "plugins": [ { "name": "tslint-language-service"} ] }, "include": [ "src/**/*.ts", "node_modules/ngx-brazilian-helpers/index.ts" ] }
get this error now :
core.js:1350 ERROR Error: Uncaught (in promise): Error: Unexpected value 'ValidatorsModule' imported by the module 'PortalCadastroIntranetModule'. Please add a @NgModule annotation.
Can you give some tips to work around this problem?
The text was updated successfully, but these errors were encountered:
Hi, When updating Angular 4.4 for Angular 5 the plugin stopped working, with the following error:
Module build failed: Error: node_modules\ngx-brazilian-helpers\index.ts is not part of the compilation output.
I tried to put the module in the build, but without success:
{ "compileOnSave": false, "compilerOptions": { "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "target": "es5", "typeRoots": [ "node_modules/@types" ], "lib": [ "es2017", "dom" ], "plugins": [ { "name": "tslint-language-service"} ] }, "include": [ "src/**/*.ts", "node_modules/ngx-brazilian-helpers/index.ts" ] }
get this error now :
core.js:1350 ERROR Error: Uncaught (in promise): Error: Unexpected value 'ValidatorsModule' imported by the module 'PortalCadastroIntranetModule'. Please add a @NgModule annotation.
Can you give some tips to work around this problem?
The text was updated successfully, but these errors were encountered: