refactor(core): remove deprecated ɵɵselect
instruction (#38733)
This instruction was deprecated in 664e0015d4
and is no longer referenced in any meaningful
way, so it can be removed.
PR Close #38733
This commit is contained in:

committed by
atscott

parent
926ffcd8ac
commit
83ace4ed30
@ -29,7 +29,6 @@ export class Identifiers {
|
||||
|
||||
static elementEnd: o.ExternalReference = {name: 'ɵɵelementEnd', moduleName: CORE};
|
||||
|
||||
static select: o.ExternalReference = {name: 'ɵɵselect', moduleName: CORE};
|
||||
static advance: o.ExternalReference = {name: 'ɵɵadvance', moduleName: CORE};
|
||||
|
||||
static syntheticHostProperty:
|
||||
|
Reference in New Issue
Block a user