barrycumbie / animated-octo-adventure

CIS 486 Spring 2022 MEAN APP REPO
https://animated-octo-adventure.herokuapp.com
5 stars 1 forks source link

define app component #139

Open barrycumbie opened 2 years ago

barrycumbie commented 2 years ago

DEV LAB CHARLIE

  1. teams of 2-3
  2. create an issue card w/user story about our "clearing house app"
  3. create the component on local dev box
  4. test
  5. push
  6. enlist another team to review & merge
  7. submit your PR
barrycumbie commented 2 years ago

creating a new component

ng g c component-name

in your newly made component's html file: component-name.component.html` put in some html placeholder code to tell what this is...even your user story, why not?

put your component tag in the ng app: app.component.html