refactor(ivy): remove load instruction (#32067)
These changes remove the `ɵɵload` instruction which isn't being generated anymore. PR Close #32067
This commit is contained in:

committed by
Kara Erickson

parent
4ea3e7e000
commit
914900a561
@ -202,8 +202,6 @@ export class Identifiers {
|
||||
static i18nPostprocess: o.ExternalReference = {name: 'ɵɵi18nPostprocess', moduleName: CORE};
|
||||
static i18nLocalize: o.ExternalReference = {name: 'ɵɵi18nLocalize', moduleName: CORE};
|
||||
|
||||
static load: o.ExternalReference = {name: 'ɵɵload', moduleName: CORE};
|
||||
|
||||
static pipe: o.ExternalReference = {name: 'ɵɵpipe', moduleName: CORE};
|
||||
|
||||
static projection: o.ExternalReference = {name: 'ɵɵprojection', moduleName: CORE};
|
||||
|
Reference in New Issue
Block a user