UI components do not store response data from observables locally, which means destroy logic can be avoided. RxJS pipeable logic can be applied to implement any logic when data is observed.
Spartacus UI Component并不存储从后台返回的Observable数据。
一个最佳实践:使用pipe结合tap,将stream里的数据取出来,赋给this的某些字段: