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
I tried to implement a level for the fork-join operator, but it's not defined. I checked the node modules and saw that it isn't there. Npm i'd and checked if it is deprecated in RxJs or if I have to include in some Rx-Module or s.t. like that with no success. :(
Could you help me with this, please?
Regards
Alfhir
The text was updated successfully, but these errors were encountered:
cool that you plan to bring in a new level :)
In the game.component.ts you need an import as in lines 14-17 - From line 370 you have to reference this in a const variable.
For IntelliSense you need the TypeDefinition of Fork-Join. You get this in VSCode via F12 .. You copy this and paste it into the /src/assets/rx6.d.ts file.
That's it already. Now your new operator will be recognized and we will receive an autocomplete when coding :)
Hi,
I tried to implement a level for the fork-join operator, but it's not defined. I checked the node modules and saw that it isn't there. Npm i'd and checked if it is deprecated in RxJs or if I have to include in some Rx-Module or s.t. like that with no success. :(
Could you help me with this, please?
Regards
Alfhir
The text was updated successfully, but these errors were encountered: