Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

Angular Compiler Options to enable AOT compilation

content_copy
{
  "compileOnSave": false,
  "compilerOptions": {
    "baseUrl": "./",
    // ...
  },
  "angularCompilerOptions": {
    "enableI18nLegacyMessageIdFormat": false,
    "strictInjectionParameters": true,
    // ...
  }
}
Source by angular.io #
 
PREVIOUS NEXT
Tagged: #Angular #Compiler #Options #enable #AOT #compilation
ADD COMMENT
Topic
Name
4+9 =