5
कोणीय में पाइप () फ़ंक्शन क्या है
टेम्पलेट में डेटा (प्रारूप) बदलने के लिए पाइप फिल्टर हैं। मैं pipe()नीचे दिए गए समारोह में आया था । pipe()इस मामले में इस फ़ंक्शन का वास्तव में क्या मतलब है? return this.http.get<Hero>(url) .pipe( tap(_ => this.log(`fetched hero id=${id}`)), catchError(this.handleError<Hero>(`getHero id=${id}`)) );