iterating data font size as to be decreased in Angular by using css code example
Example: iterating data font size as to be decreased in Angular by using css
<div id="myAppView">
<hello name="{{ name }}"></hello>
<p>
Start editing to see some magic happen :)
</p>
<button
(click) = "change()"
>Update</button>
</div>