Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fork-Join not defined #8

Open
Alfhir opened this issue Oct 3, 2020 · 2 comments
Open

Fork-Join not defined #8

Alfhir opened this issue Oct 3, 2020 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@Alfhir
Copy link

Alfhir commented Oct 3, 2020

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

@GregorBiswanger GregorBiswanger self-assigned this Oct 3, 2020
@GregorBiswanger GregorBiswanger added the enhancement New feature or request label Oct 3, 2020
@GregorBiswanger
Copy link
Owner

Hi Alfhir,

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 :)

Could I help you?

Best,
Gregor

@Alfhir
Copy link
Author

Alfhir commented Oct 4, 2020

Hi Gregor,

thanks for the fast and kind reply. I'm going to include that asap.

Best,
Alfhir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants