ialexivy / vscode-angular2-files

vscode extension generating angular files with angular cli
MIT License
61 stars 36 forks source link

app.module.ts Modified Incorrectly when it contains comments in NgModule imports #42

Closed mallek closed 4 years ago

mallek commented 5 years ago

If there is a comment between the imported modules when you add a new component with the tool it moves the line below the comment up into the comment. This breaks the module

ialexivy commented 4 years ago

Fixed