Skip to content

Commit 22cc646

Browse files
committed
updating other instances
1 parent d636ca9 commit 22cc646

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

projects/ngrx.io/content/examples/store-walkthrough/src/app/state/books.selectors.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export const selectBooks = createSelector(
88
);
99

1010
export const selectCollectionState = createFeatureSelector<
11-
AppState,
1211
ReadonlyArray<string>
1312
>("collection");
1413

projects/ngrx.io/content/examples/testing-store/src/app/state/books.selectors.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export const selectBooks = createSelector(
88
);
99

1010
export const selectCollectionState = createFeatureSelector<
11-
AppState,
1211
ReadonlyArray<string>
1312
>("collection");
1413

0 commit comments

Comments
 (0)