FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
zingchart-angular/src/app/app.component.html at master · zingchart/zingchart-angular · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
zingchart
/
zingchart-angular
Public
Notifications
You must be signed in to change notification settings
Fork
3
Star
1
Code
Issues
3
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
zingchart-angular
/
src
/
app
/
app.component.html
Copy path
More file actions
More file actions
Latest commit
History
History
History
43 lines (42 loc) · 1.21 KB
Breadcrumbs
zingchart-angular
/
src
/
app
/
app.component.html
Copy path
File metadata and controls
43 lines (42 loc) · 1.21 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
35
36
37
38
39
40
41
42
43
<
nav
class
="
navbar
"
>
<
h1
>
<
a
[routerLink]
="
['/']
"
>
ZingChart Angular Playground
</
a
>
</
h1
>
<
ul
>
<
li
routerLinkActive
="
active
"
[routerLinkActiveOptions]
="
{ exact: true }
"
>
<
a
[routerLink]
="
['/']
"
>
Simple
</
a
>
</
li
>
<
li
routerLinkActive
="
active
"
>
<
a
routerLink
="
/graphset
"
>
Graphset
</
a
>
</
li
>
<
li
routerLinkActive
="
active
"
>
<
a
routerLink
="
/module-chart
"
>
Module Chart
</
a
>
</
li
>
<
li
routerLinkActive
="
active
"
>
<
a
[routerLink]
="
['/dynamic']
"
>
Dynamic
</
a
>
</
li
>
<
li
routerLinkActive
="
active
"
>
<
a
[routerLink]
="
['/events']
"
>
Events
</
a
>
</
li
>
<
li
routerLinkActive
="
active
"
>
<
a
[routerLink]
="
['/methods']
"
>
Methods
</
a
>
</
li
>
<
li
routerLinkActive
="
active
"
>
<
a
[routerLink]
="
['/methods2']
"
>
Methods (alternative)
</
a
>
</
li
>
<
li
routerLinkActive
="
active
"
>
<
a
[routerLink]
="
['/ajax-performance']
"
>
Ajax/Performance
</
a
>
</
li
>
<
li
routerLinkActive
="
active
"
>
<
a
[routerLink]
="
['/licensing']
"
>
Licensing
</
a
>
</
li
>
<
li
routerLinkActive
="
active
"
>
<
a
[routerLink]
="
['/extend-tdf']
"
>
Extend TDF
</
a
>
</
li
>
</
ul
>
</
nav
>
<
div
class
="
container
"
>
<
div
class
="
card
"
>
<
router-outlet
>
</
router-outlet
>
</
div
>
</
div
>
Back
|
FazBrowse Home
|
New Git URL