iterating data font size as to be decreased in angular by using css

Solutions on MaxInterview for iterating data font size as to be decreased in angular by using css by the best coders in the world

showing results for - "iterating data font size as to be decreased in angular by using css"
Lina
26 Nov 2018
1<div id="myAppView">
2<hello name="{{ name }}"></hello>
3<p>
4  Start editing to see some magic happen :)
5</p>
6<button
7(click) = "change()"
8>Update</button>
9</div>
10