You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Component doesn't have to be initialised anymore in ngOnChanges because connectInputsAndOutputs will automatically call the child component's ngOnChanges already
if(this.inputNamesDependentForComponent.some((name: keyof this &string)=>hasValue(changes[name])&&changes[name].previousValue!==changes[name].currentValue)){
75
69
// Recreate the component when the @Input()s used by getComponent() aren't up-to-date anymore
0 commit comments