Closed artaommahe closed 7 years ago
There is error with AsyncPipe
// return cached immediately if ( inputId in AsyncPipe.subscriptions ) { return AsyncPipe.values[ inputId ] || undefined; }
this will return undefined for 0 value and must return 0
undefined
0
PR are more than welcome! ;)
There is error with AsyncPipe
this will return
undefined
for0
value and must return0