Apply css to all elements other than first using ngfor
Apply css to all elements other than first using ngfor Problem Description: I want to apply CSS to all elements except the first Below is my code and the screenshot of how I want and how I am currently getting –Current –Expected Code <div class="row"> <div class="cell col-md-4">Fann dial readings:</div> <div class="cell value caption-bold col-md-2 … Read more