[ ] the 'ng' shortcuts create import statements like:
import { Component } from 'angular/core';
instead of:
import { Component } from '@angular/core';
[ ] auto 'Enable automatic nesting' and 'Auto-nest selected items' do not work (even though automatic nesting is enabled). I have to manually right-click on my .ts file to nest it under my .html file.
[ ] the 'ng' shortcuts create import statements like:
instead of:
[ ] auto 'Enable automatic nesting' and 'Auto-nest selected items' do not work (even though automatic nesting is enabled). I have to manually right-click on my .ts file to nest it under my .html file.