File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
- name it ` Ng2CodelabApp `
6
6
- store it in ` src/app/ng2-codelab.ts `
7
7
- use selector ` <app></app> `
8
- - create and use the template ` src/app/ng2codelab.html `
9
- - use template from [ home.html#L17-L80] ( https://github.com/manekinekko/angular2-codelab/blob/step-1/src/home.html#L17-L80 )
8
+ - create the template ` src/app/ng2codelab.html `
9
+ - use template HTML from [ home.html#L17-L80] ( https://github.com/manekinekko/angular2-codelab/blob/step-1/src/home.html#L17-L80 )
10
10
3 . bootstrap your application in ` src/app.ts `
11
11
4 . check solution: https://github.com/manekinekko/angular2-codelab/tree/step-1-solution
12
12
5 . diff: https://github.com/manekinekko/angular2-codelab/compare/step-1...step-1-solution
19
19
- store it in ` src/app/components/theme-card/theme-card.ts `
20
20
- use selector ` <theme-card></theme-card> `
21
21
- use template ` src/app/components/theme-card/theme-card.html `
22
+ - use template HTML from [ home.html#L45-L59] ( https://github.com/manekinekko/angular2-codelab/blob/step-2-solution/src/home.html#L45-L59 )
22
23
3 . create and add a ** smart** component
23
24
- name it ` Home `
24
25
- store it in ` src/app/components/home/home.ts `
25
26
- use selector ` <home></home> `
26
27
- use template ` src/app/components/home/home.html `
28
+ - Hint: use the ** dump** ` <theme-card></theme-card> `
27
29
- use the provided service ` src/app/services/technologies-store/technologies-store.ts `
28
30
4 . check solution: https://github.com/manekinekko/angular2-codelab/tree/step-2-solution
29
31
5 . diff: https://github.com/manekinekko/angular2-codelab/compare/step-2...step-2-solution
You can’t perform that action at this time.
0 commit comments