You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This function takes a callback function which is passed an `Observable` parameter and returns an `Observable`. Now we can register it in our component, and call it when we need:
99
+
The `createEffect` function takes a `callback` function which is passed an `Observable` parameter and returns an `Observable`.
100
+
101
+
Now we can register the effect in our component, and call it when we need:
<div>Icons made by <ahref="https://www.freepik.com"title="Freepik">Freepik</a> from <ahref="https://www.flaticon.com/"title="Flaticon">www.flaticon.com</a></div>
127
+
<div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div>
0 commit comments