fix(ivy): @Host should behave as in View Engine (#27646)
PR Close #27646
This commit is contained in:

committed by
Matias Niemelä

parent
e8f7241366
commit
8f8572fd3e
@ -26,7 +26,6 @@ export interface RelativeInjectorLocation { __brand__: 'RelativeInjectorLocation
|
||||
|
||||
export const enum RelativeInjectorLocationFlags {
|
||||
InjectorIndexMask = 0b111111111111111,
|
||||
AcrossHostBoundary = 0b1000000000000000,
|
||||
ViewOffsetShift = 16,
|
||||
NO_PARENT = -1,
|
||||
}
|
||||
|
Reference in New Issue
Block a user