Create button component with text set by parameter | Angular
1 min readJun 18, 2019
- 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