I\'m building an Angular application using Angular Material. One of the first steps in the application is that the user logs in. Next, the system loads from the backend the
I was also having a similar scenario, CSS has provided us a feature called var(), which allows us to runtime change properties of our CSS elements.
Check my blog for more details here, hope this will help you