mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(core): remove todo
This TODO hinted that we also needed to remove a g3 patch.
This commit is contained in:
parent
16adbbf423
commit
cf3b7fe489
1 changed files with 0 additions and 2 deletions
|
|
@ -668,8 +668,6 @@ export interface Component extends Directive {
|
|||
*/
|
||||
export const Component: ComponentDecorator = makeDecorator(
|
||||
'Component',
|
||||
// TODO(jeanmeche): remove the ts-ignore when OnPush is the default
|
||||
// @ts-ignore
|
||||
(c: Component = {}) => ({changeDetection: ChangeDetectionStrategy.Eager, ...c}),
|
||||
Directive,
|
||||
undefined,
|
||||
|
|
|
|||
Loading…
Reference in a new issue