Create button component with text set by parameter | Angular

Alvaro Andres Pinzon Cortes
1 min readJun 18, 2019

--

  1. Create the input variable for the button

2. Show the value of the title using interpolation

3. Pass in the parent component the value of the title as parameter

All of the code

--

--

No responses yet