Experimental decorators warning in TypeScript compilation

0
1135

Put this code in your tsconfig.json

"angularCompilerOptions": {
    "fullTemplateTypeCheck": true,
    "strictInjectionParameters": true,
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
  }

LEAVE A REPLY

Please enter your comment!
Please enter your name here