I hereby claim:
- I am Gh0stWalk3r on github.
- I am gregsstack (https://keybase.io/gregsstack) on keybase.
- I have a public key whose fingerprint is 4F0C ED14 114C CF8C 6A0E 0C80 E043 ADDD 2512 6735
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <Project> | |
| <Target Name="AddInternalsVisibleTo" BeforeTargets="CoreCompile"> | |
| <!-- Add default suffix if there is no InternalsVisibleTo or InternalsVisibleToSuffix defined --> | |
| <ItemGroup Condition="@(InternalsVisibleToSuffix->Count()) == 0 AND @(InternalsVisibleTo->Count()) == 0"> | |
| <InternalsVisibleToSuffix Include=".Tests" /> | |
| </ItemGroup> | |
| <!-- Handle InternalsVisibleTo --> | |
| <ItemGroup Condition="'@(InternalsVisibleTo->Count())' > 0"> |
^(?.*?)\.(?(?:\.?[0-9]+){3,}(?:[-a-z]+)?(?:\.\d+)?)\.nupkg$
| //---- Angular 2 Http Service Example ---- | |
| import {Injectable} from "@angular/core"; | |
| import {Http, Headers} from "@angular/http"; | |
| const AWS = require("aws-sdk"); | |
| @Injectable() | |
| export class ApiGatewayService { | |
| constructor(private http:Http){ |