Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 674 Bytes

project_103.md

File metadata and controls

25 lines (18 loc) · 674 Bytes
title permalink
Lesson 103
/project_103

Lesson 103

Multiple Components

This Lesson's Focus

  • What components are, how to render them on the page, and how to use a component in another component

At CoderGirl

Do On Your Own

  • Make a new component
    • Title: Knowledge Base
    • Description: Search the employee Knowledge Base
  • Add the new component to the declarations of AppModule
  • Reference the new component in the template of AppComponent
    • The Knowledge Base should be the third component on the page

Home