Skip to content

Commit cf3b7fe

Browse files
JeanMecheleonsenft
authored andcommitted
refactor(core): remove todo
This TODO hinted that we also needed to remove a g3 patch.
1 parent 16adbbf commit cf3b7fe

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/core/src/metadata/directives.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,8 +668,6 @@ export interface Component extends Directive {
668668
*/
669669
export const Component: ComponentDecorator = makeDecorator(
670670
'Component',
671-
// TODO(jeanmeche): remove the ts-ignore when OnPush is the default
672-
// @ts-ignore
673671
(c: Component = {}) => ({changeDetection: ChangeDetectionStrategy.Eager, ...c}),
674672
Directive,
675673
undefined,

0 commit comments

Comments
 (0)