Closed dhhyi closed 7 months ago
[X] Refactoring (no functional changes, no API changes)
product-listing component uses OnChanges for recreating subscription to the listing ID.
product-listing
Use BehaviorSubject for the listing ID.
BehaviorSubject
[ ] Yes [X] No
AB#95993
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