VSCode does not auto import any angular types with code actions
up vote
0
down vote
favorite
I put this line in my component file: form: FormGroup; I click form group and then control + dot. I get: No code actions available Cant figure this one out.
angular visual-studio-code
share | improve this question
asked Nov 18 at 20:42
Craig
182 13
looks like if you import from someplace once in another file all auto imports from that place will start working
...