SoCreate / angular-playground

A drop in app module for working on Angular components in isolation (Angular version 2.x and above).
http://www.angularplayground.it
MIT License
457 stars 62 forks source link

Component never resolves items from AsyncPipe #292

Closed pascallalonde closed 2 years ago

pascallalonde commented 2 years ago

Versions

<!--
angular-playground version
-->
8.2.0
<!--
Output from: `ng --version`.
-->
12.9.0

Repro steps

Observed Behavior

<!-- Normally this includes a stack trace and some more information -->

Desired Behavior

<!-- 
What do you expect to see?
-->

Items should be resolved from Subject

Any other details that may be useful (optional)

Can't find anything about AsyncPipe anywhere.

lurock commented 2 years ago

We use async pipes in lots of our components and I have not experienced this problem. Did you register the Mock service in the "providers" on the sandbox?