https://github.com/angular/angular
Revision b293c6a77c974483185a98ef4b9a1aea58f87eeb authored by Andrew Scott on 20 March 2023, 20:28:27 UTC, committed by Andrew Scott on 21 March 2023, 21:08:30 UTC
These aliases were used while we needed to maintain compatibility with ViewEngine

PR Close #49499
1 parent 951a347
Raw File
Tip revision: b293c6a77c974483185a98ef4b9a1aea58f87eeb authored by Andrew Scott on 20 March 2023, 20:28:27 UTC
refactor(core): Remove VE/Render3 aliases from ViewRef code (#49499)
Tip revision: b293c6a
.prettierrc
{
  "printWidth": 100,
  "tabWidth": 2,
  "tabs": false,
  "singleQuote": true,
  "semicolon": true,
  "quoteProps": "preserve",
  "bracketSpacing": false
}
back to top