Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7aec92f

Browse files
author
Wassim Chegham
committed
update step 2
1 parent d080813 commit 7aec92f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

STEPS.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
- name it `Ng2CodelabApp`
66
- store it in `src/app/ng2-codelab.ts`
77
- 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)
1010
3. bootstrap your application in `src/app.ts`
1111
4. check solution: https://github.com/manekinekko/angular2-codelab/tree/step-1-solution
1212
5. diff: https://github.com/manekinekko/angular2-codelab/compare/step-1...step-1-solution
@@ -19,11 +19,13 @@
1919
- store it in `src/app/components/theme-card/theme-card.ts`
2020
- use selector `<theme-card></theme-card>`
2121
- 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)
2223
3. create and add a **smart** component
2324
- name it `Home`
2425
- store it in `src/app/components/home/home.ts`
2526
- use selector `<home></home>`
2627
- use template `src/app/components/home/home.html`
28+
- Hint: use the **dump** `<theme-card></theme-card>`
2729
- use the provided service `src/app/services/technologies-store/technologies-store.ts`
2830
4. check solution: https://github.com/manekinekko/angular2-codelab/tree/step-2-solution
2931
5. diff: https://github.com/manekinekko/angular2-codelab/compare/step-2...step-2-solution

0 commit comments

Comments
 (0)