code-tofu / project_Pokemart

0 stars 0 forks source link

Undefined .length error on routes /history and /cart #18

Closed code-tofu closed 1 year ago

code-tofu commented 1 year ago

Untitled

.length is called on observable errors before http requests complete, resulting in undefined

code-tofu commented 1 year ago

using .length. on template variable after the async pipe is called rather than during view init image