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.

Revisions

  1. vschoener created this gist Aug 11, 2020.
    5 changes: 5 additions & 0 deletions aws.service.ts
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    // This is just use to demonstrated the path alias import

    import { AwsService } from '@services/aws.service';

    console.log(new AwsService().log('test'));