Auto-Import
Auto-Import copied to clipboard
Provide option for absolute path for imports
Currently in a nested component, importing something would add a relative path which looks something like
import { xyz } from '../../../from/some/component';
Idea is to provide option for using absolute url.
import { xyz} from 'app/from/some/component;
+1
Willing to submit a PR for this if you guys are interested @soates
@RaulTsc please do!
any news here?