diff --git a/projects/ngrx-correlation-id/src/lib/reducer.ts b/projects/ngrx-correlation-id/src/lib/reducer.ts index 009ba6527..ec895fe24 100644 --- a/projects/ngrx-correlation-id/src/lib/reducer.ts +++ b/projects/ngrx-correlation-id/src/lib/reducer.ts @@ -75,7 +75,7 @@ export function cidReducer(state: State = initialState, action: CidActions): Sta return state; } -export const selectCidFeature = createFeatureSelector('ngrxCorrelationId'); +export const selectCidFeature: (state: T) => State = createFeatureSelector('ngrxCorrelationId'); const selectCidResult = new Map(); const selectCidInternal: any = (state: any, cid: string) => {