Open ayaanfaiz opened 4 years ago
Try adding tslint
if not present already and enforce the rules by it to get the full benefit of TypeScript
You can also add codelyzer and tslint-angular
in order to ensure Type checking.
Once you have added all these things, you can add corresponding VSCode plugins in order to make your code easier.
Experiment out new things. Add prettier to make the code clean and helpful for the users to read.