Skip to content
Discussion options

You must be logged in to vote

Of couse. According to your snippet, your feature expects the instance but you want to pass the class instead.

You could do:

withCustomFeature<StoreService>(ServiceClass: new () => StoreService)`

or more Angular-specific

import { ProviderToken } from '@angular/core';

withCustomFeature<StoreService>(ServiceClass: ProviderToken<StoreService>)

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@annyDot
Comment options

@rainerhahnekamp
Comment options

Answer selected by rainerhahnekamp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants