You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
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.The text was updated successfully, but these errors were encountered: