Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Use typescript path mapping to simplify import paths. #290

Open
harunurhan opened this issue Jan 13, 2018 · 0 comments
Open

Use typescript path mapping to simplify import paths. #290

harunurhan opened this issue Jan 13, 2018 · 0 comments

Comments

@harunurhan
Copy link
Collaborator

The idea is to have a short import statements which is not affected badly when file structure changes.

Before

import { ThingService } from '../../../../core/services';

After

import { ThingService } from '@core/services'

The feature is explained here, on Path mapping section.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant