-
Notifications
You must be signed in to change notification settings - Fork 1
How to Add a New Component #5
Copy link
Copy link
Open
Description
skeshive
opened on Jun 20, 2017
Issue body actions
- my-app --> src --> app --> components --> CREATE NEW FOLDER with .ts, .html, and .css files
- In the .ts file add (change header to name of component)
- my-app --> src --> app --> app.module.ts --> IMPORT component and ADD declaration
- my-app --> src --> app --> app.component.html --> ADD selector tag so HTML shows up on main page
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels