Skip to content

kumaresan-subramani/Angular_diagram_9

Repository files navigation

Description

While dynamically changing the props, ngOnChanges hook not triggered in angular 9 but it properly triggered in angular 7.

Please refer the below image, here we have used button name hidden click to changes the property.

image

In angular 7 the ngOnChanges hook are triggered properly from angular core level and I am getting changes from the changes parameter.

image

image

Angular 9: Same as angular 9, ngOnChanges hook not triggered. At the time of property changes,

image

image

🔬 Minimal Reproduction

Angular 7 sample: https://github.com/kumaresan-subramani/Angular_diagram_7 Angular 9 sample: https://github.com/kumaresan-subramani/Angular_diagram_9

Steps to reproduce issue

  • npm i
  • ng serve

Then click button hidden to change the property, then you can reproduce the issue.

About

angular 9 application with ej2 dagram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published