Sometimes I have to specify the full path to another service/component based on current component location like:
import {LocalService} from '../../../_services/LocaleService';
To agree that it is not convenient.
How to shorten this path to more beauty and elegant?