custom pipe with observable
-
custom pipe with observable
שלום, אני צריכה לעשות setinterval בתוך pipe ולהחזיר ערך. אך משום מה לא חוזר ערך…
מה יכולה להיות הבעיה? ואיך מחזירים obserable בתוך pipe? תודה רבה! transform(value: any): any {
setInterval(() => {
return moment(value).fromNow();
}, 5000)
} בhtml:
{{date|timeFromNow|async}}
עוד לא נכתבו תגובות לדיון זה.
Log in to reply.