https://github.com/angular/angular
Raw File
Tip revision: 9cd3583920933e36016470cf8c7a8360fd157f54 authored by Andrew Scott on 21 January 2022, 19:51:40 UTC
fix(compiler-cli): Handle `ng-template` with structural directive in indexer (#44788)
Tip revision: 9cd3583
jsconfig.json
{
  "compilerOptions": {
    "target": "es6",
    "module": "commonjs"
  }
}

back to top