Answers for "Angular Compiler Options to enable AOT compilation"

0

Angular Compiler Options to enable AOT compilation

content_copy
{
  "compileOnSave": false,
  "compilerOptions": {
    "baseUrl": "./",
    // ...
  },
  "angularCompilerOptions": {
    "enableI18nLegacyMessageIdFormat": false,
    "strictInjectionParameters": true,
    // ...
  }
}
Posted by: Guest on February-23-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language