you can use .pipe(filter(data => !!data))
to skip the initial empty value from the store
CLICK HERE to find out more related problems solutions.
you can use .pipe(filter(data => !!data))
to skip the initial empty value from the store
CLICK HERE to find out more related problems solutions.