fix(ivy): ngOnChanges hooks should be inherited from grand-superclasses (#28888)
PR Close #28888
This commit is contained in:
@ -127,8 +127,6 @@ export function InheritDefinitionFeature(definition: DirectiveDef<any>| Componen
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
break;
|
||||
} else {
|
||||
// Even if we don't have a definition, check the type for the hooks and use those if need be
|
||||
const superPrototype = superType.prototype;
|
||||
|
Reference in New Issue
Block a user