I am looking for a way to manage import paths in angular 2.0. I would perfer to configure it once then call it like a variable. e.g.
import { ProductService } from Paths.Product.ProductService;
this allows me to move the folder location of the class and make one other change in the application.
Is something like this available.
Thanks