S
Size: a a a
S
AO
AO

M
AO
𝕭
AO
M
updateProfile().pipe(
filter((profile) => profile[0] && profile[1]),
switchMap(() => this.getXml()) ,
switchMap((xmlRes) => this.signEcp(xmlRes.XML)),
switchMap((xml) => this.isFreeReport(xml)),
...
)
S
AO
AO
AO
AO
7
K
AO
AO