We are creating a new widget in that we are implementing a feature which tells how many css files which are included in a html page.
We need the count of css files used in the page and also the names of the css files.
I am bit new to angular and I have heard this can be done using directives but have no idea how to achieve it.
Need your help guys. Thanks in advance.