intershop / intershop-pwa

The Intershop PWA is an Angular based progressive web app storefront for the Intershop Commerce Platform.
https://www.intershop.com/progressive-web-app
MIT License
159 stars 85 forks source link

refactor: simplify product-listing subscription #1634

Closed dhhyi closed 7 months ago

dhhyi commented 7 months ago

PR Type

[X] Refactoring (no functional changes, no API changes)

What Is the Current Behavior?

product-listing component uses OnChanges for recreating subscription to the listing ID.

What Is the New Behavior?

Use BehaviorSubject for the listing ID.

Does this PR Introduce a Breaking Change?

[ ] Yes [X] No

Other Information

AB#95993