barrycumbie / animated-octo-adventure

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

adds a button to tag component #172

Closed zachcutshall closed 2 years ago

zachcutshall commented 2 years ago

closes #165

zachcutshall commented 2 years ago

adds <p>Click the button below to add a tag.</p> <button type="button">Add Tag</button> to tag component. This is what the test should look like on localhost:4200 Capture

barrycumbie commented 2 years ago

https://github.com/barrycumbie/animated-octo-adventure/blob/e601613fac05212e4efa4a69361403e8e3d15bef/src/app/tag-component/tag-component.component.html#L10