Angular April

<< Day 3 >>

Design & Layout Project 1 Components

Goals

Notes:

Each component has an .html file and a .css file that you can work with to keep the design for the component modular.

The css in a component file will over-ride the global css or from containing components.

You add a component to another component by using a tag with "app-" plus the name of the component. (ie. <app-project></app-project>)

You can add the same component multiple times, and nest components inside other components.

Resources

More Help

Share your project, ask questions, or help someone else on the Angular April - Facebook group page.

If you have a comment or suggestion for "Angular April" then send and email to: KarenFreemanSmith@gmail.com with the subject line: "Angular April".