How to see unused variables in Visual Studio Code for AngularJs?

 Looking for the unused variables in VS code editor, need to add below line to tslint.json file

 under "rules" add "no-unused-variable":true

Comments

Popular posts from this blog