-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathoutlearn.json
More file actions
52 lines (48 loc) · 2.17 KB
/
outlearn.json
File metadata and controls
52 lines (48 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"olpVersion" : "0.5",
"paths" : [
{
"name" : "angular-crash-course",
"title" : "Crash Course to Angular",
"description" : "For those with little or no experience with Angular, this path lets you jump right in and start writing single-page web apps. You'll get a quick overview of how Angular works. We will also review two sample apps that show how to write Angular code in practice.",
"coverImage" : "https://raw.githubusercontent.com/outlearn-content/angular-path/master/assets/mosaic2.jpg",
"privacy" : "public",
"pages" : [
{"page" : "./pages/welcome-crash-course.md"},
{"module" : "jeremylikness/10-reasons-learn-angularjs"},
{"module" : "angularjs/introduction"},
{"module" : "angularjs/concepts"},
{"page" : "./pages/up-and-running-crash-course.md"},
{"module" : "jeremylikness/feed-reader-under-10-minutes"},
{"page" : "./pages/real-app-crash-course.md"},
{"module" : "angularjs/angular-tutorial"},
{"page" : "./pages/what-next-crash-course.md"}
]
},
{
"name" : "ng-best-practices",
"title" : "ng-best-practices",
"description" : "Take your Angular skills to the next level by implementing these best practices. We will cover common mistakes, testing, and more.",
"coverImage" : "https://raw.githubusercontent.com/outlearn-content/angular-path/master/assets/mosaic3.jpg",
"privacy" : "public",
"pages" : [
{"page" : "./pages/welcome-best-practices.md"},
{"module" : "jeremylikness/top-5-angular-mistakes"},
{"page" : "./pages/styleguide-best-practices.md"},
{"module" : "toddmotto/styleguide"},
{"page" : "./pages/testing-best-practices.md"},
{"module" : "angularjs/unit-testing"},
{"module" : "angularjs/e2e-testing"},
{"module" : "sravikiran/unit-testing-angular-controller-jasmine"},
{"module" : "newtriks/test-angularjs-directive"},
{"page" : "./pages/performance-best-practices.md"},
{"module" : "toddmotto/one-time-binding"},
{"page" : "./pages/what-next-best-practices.md"}
]
}
],
"modules" : [
],
"assets" : [
]
}