Skip to content

Commit 9bdbdc2

Browse files
committed
Angular ebook support code
1 parent 3856992 commit 9bdbdc2

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
2+
3+
export const course =
4+
{
5+
"summary": {
6+
"id": 9,
7+
"url": "angular2-http",
8+
"description": "Angular RxJs Jumpstart",
9+
"longDescription": "Learn RxJs quickly, apply it to learn how to use the HTTP module effectively",
10+
"totalLessons": 15,
11+
"comingSoon": false,
12+
"isNew": false,
13+
"isOngoing": false,
14+
"visibleFrom": "1970-01-31T23:00:00.000Z",
15+
"iconUrl": "https://angular-academy.s3.amazonaws.com/thumbnails/angular-http-v2.png",
16+
"courseListIcon": "https://angular-academy.s3.amazonaws.com/course-logos/observables_rxjs.png"
17+
},
18+
"lessons": []
19+
};

0 commit comments

Comments
 (0)