Skip to content

Commit 1e6b58c

Browse files
committed
Angular NgRx Course
1 parent 05294a4 commit 1e6b58c

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

server/db-data.ts

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,35 @@ export const LESSONS = {
573573
"duration": "7:07",
574574
"seqNo": 6,
575575
courseId: 4
576+
},
577+
578+
56: {
579+
id: 56,
580+
"description": "Dispatching an Action - Implementing the Login Component",
581+
"duration": "4:39",
582+
"seqNo": 7,
583+
courseId: 4
584+
},
585+
57: {
586+
id: 57,
587+
"description": "Setting Up the Ngrx DevTools - Demo",
588+
"duration": "4:44",
589+
"seqNo": 8,
590+
courseId: 4
591+
},
592+
58: {
593+
id: 58,
594+
"description": "Understanding Reducers - Writing Our First Reducer",
595+
"duration": "9:10",
596+
"seqNo": 9,
597+
courseId: 4
598+
},
599+
59: {
600+
id: 59,
601+
"description": "How To Define the Store Initial State",
602+
"duration": "9:10",
603+
"seqNo": 10,
604+
courseId: 4
576605
}
577606

578607

src/app/courses/course/course.component.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ h2 {
4747

4848
.bottom-toolbar {
4949
margin-top: 20px;
50+
margin-bottom: 200px;
5051
}

0 commit comments

Comments
 (0)