-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.component.html
More file actions
34 lines (34 loc) · 1.66 KB
/
app.component.html
File metadata and controls
34 lines (34 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<h1>ng-github-button</h1>
<p>Unofficial GitHub buttons in Angular.</p>
<div style="margin-top: 24px;">
<github-button type="stargazers" size="large" namespace="cipchk" repo="ng-github-button" [token]="token"></github-button>
<div style="margin-top: 8px">
<textarea highlight-js>
<github-button type="stargazers" size="large" namespace="cipchk" repo="ng-github-button" [token]="token"></github-button>
</textarea>
</div>
</div>
<div style="margin-top: 24px;">
<github-button type="subscribers" namespace="cipchk" repo="ng-github-button" [token]="token"></github-button>
<div style="margin-top: 8px">
<textarea highlight-js>
<github-button type="subscribers" namespace="cipchk" repo="ng-github-button" [token]="token"></github-button>
</textarea>
</div>
</div>
<div style="margin-top: 24px;">
<github-button type="forks" namespace="cipchk" repo="ng-github-button" [showZero]="true" [token]="token"></github-button>
<div style="margin-top: 8px">
<textarea highlight-js>
<github-button type="forks" namespace="cipchk" repo="ng-github-button" [showZero]="true" [token]="token"></github-button>
</textarea>
</div>
</div>
<div style="margin-top: 24px;">
<github-button [typeToLabel]="{diskUsage: 'Disk Usage'}" type="diskUsage" namespace="ng-alain" repo="ng-alain" [query]="diskUsageQuery" [callback]="diskUsageCallback"></github-button>
<div style="margin-top: 8px">
<textarea highlight-js>
<github-button [typeToLabel]="{diskUsage: 'Disk Usage'}" type="diskUsage" namespace="ng-alain" repo="ng-alain" [token]="token" [query]="diskUsageQuery" [callback]="diskUsageCallback"></github-button>
</textarea>
</div>
</div>