Skip to content

Commit b55b023

Browse files
author
Your Name
committed
NgRx - The Complete Guide
1 parent 5cee42b commit b55b023

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

src/app/courses/courses.module.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,6 @@ export const coursesRoutes: Routes = [
3939
}
4040
];
4141

42-
43-
const entityMetadata: EntityMetadataMap = {
44-
Course: {
45-
46-
sortComparer: compareCourses,
47-
entityDispatcherOptions: {
48-
optimisticUpdate: true
49-
}
50-
},
51-
Lesson: {
52-
sortComparer: compareLessons
53-
}
54-
};
55-
56-
5742
@NgModule({
5843
imports: [
5944
CommonModule,

0 commit comments

Comments
 (0)