We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3856992 commit 9bdbdc2Copy full SHA for 9bdbdc2
01 - Angular Helicopter View/course.ts
@@ -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