Skip to content

Instantly share code, notes, and snippets.

@vschoener
Created August 11, 2020 14:33
Show Gist options
  • Save vschoener/db8ff7ada011f5609411c2065f96e920 to your computer and use it in GitHub Desktop.
Save vschoener/db8ff7ada011f5609411c2065f96e920 to your computer and use it in GitHub Desktop.
medium say-bye-to-relative-path
// This is just use to demonstrated the path alias import
import { AwsService } from '@services/aws.service';
console.log(new AwsService().log('test'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment