aatiphfaraz / angular-projects

0 stars 0 forks source link

Add Libraries to make the code beautiful #4

Open ayaanfaiz opened 4 years ago

ayaanfaiz commented 4 years ago

Experiment out new things. Add prettier to make the code clean and helpful for the users to read.

ayaanfaiz commented 4 years ago

Try adding tslint if not present already and enforce the rules by it to get the full benefit of TypeScript

ayaanfaiz commented 4 years ago

You can also add codelyzer and tslint-angular in order to ensure Type checking.

ayaanfaiz commented 4 years ago

Once you have added all these things, you can add corresponding VSCode plugins in order to make your code easier.