Created
August 11, 2020 14:34
-
-
Save vschoener/3d0b427cf121b80206e79ecce78b7664 to your computer and use it in GitHub Desktop.
medium say-bye-to-relative-path
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// This is just use to demonstrated the path alias import | |
import { GoogleService } from '@src/services/google.service'; | |
console.log(new GoogleService().call('test')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment