Open Dea1100 opened 7 months ago
Hi, good question, I don't remember this.
Which kind of behaviour are you trying to implement? What is your scenario?
Hi, sorrry for my late reply. My use case is that I have a gallery instance where I dynamically change the config, without destroying the component. Hence, the config does not change since it is only set in ngOnInit.
https://github.com/Ks89/angular-modal-gallery/blob/282c69e8cb60d917278178cb3e78f1dae78600b8/projects/ks89/angular-modal-gallery/src/lib/components/carousel/carousel.component.ts#L294
Why is this commented out? Is it possible to change this so that the config is also updated in ngOnChanges?