Open ShankarSumanth opened 7 years ago
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;
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?
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;