1. Install a package. (Example : Install bootstrap package)
2. Generate component (How to create a component like server (In example))
           -ng generate component servers / ng g c servers
3. In-line template (57.40)
           -Use a template in another template

4. Working with component style.
5. Component selectors (1.04.00 time)
          -Must use unique selector name

6. What is databinding.
7. String interpolation.
8. Property binding. (1.15.00 time)


Source Check trello Angular 4.