johnpapa / vscode-angular-snippets

Angular Snippets for VS Code
MIT License
575 stars 163 forks source link

Add a comma at the end of the sentence #123

Closed weweaaa closed 3 years ago

weweaaa commented 3 years ago

Add a comma at the end of the sentence :

  • current situation { path: '', pathMatch: 'full', redirectTo: 'path' }
  • Desired result { path: '', pathMatch: 'full', redirectTo: 'path' },

https://github.com/johnpapa/vscode-angular-snippets/pull/124