angular/packages/compiler-cli/src/ngtsc/annotations
Paul Gschwendtner b5ab7aff43 refactor: add override keyword to members implementing abstract declarations (#42512)
In combination with the TS `noImplicitOverride` compatibility changes,
we also want to follow the best-practice of adding `override` to
members which are implemented as part of abstract classes. This
commit fixes all instances which will be flagged as part of the
custom `no-implicit-override-abstract` TSLint rule.

PR Close #42512
2021-07-12 13:11:17 -07:00
..
src refactor: add override keyword to members implementing abstract declarations (#42512) 2021-07-12 13:11:17 -07:00
test refactor(compiler-cli): ensure compatibility with noImplicitOverride (#42512) 2021-07-12 13:11:14 -07:00
BUILD.bazel refactor(compiler-cli): support xi18n in ngtsc (#42485) 2021-06-21 16:50:28 +00:00
index.ts feat(compiler-cli): support transforming component style resources (#41307) 2021-04-02 15:48:45 -07:00