-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(module:*): allow debug demos under development (#7408)
fix: fix implementation chore: remove Chinese comment
- Loading branch information
hullis
authored
Sep 26, 2022
1 parent
dda0e6d
commit d14f20d
Showing
5 changed files
with
43 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
order: 8 | ||
debug: true | ||
title: | ||
zh-CN: 仪表盘样式 | ||
en-US: Dashboard Layout | ||
--- | ||
|
||
## zh-CN | ||
|
||
仪表盘展示样式 | ||
|
||
## en-US | ||
|
||
Dashboard layout |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'nz-demo-progress-dashboard-layout', | ||
template: `<nz-progress [nzPercent]="1" nzType="dashboard" [nzGapDegree]="90"></nz-progress> | ||
<nz-progress [nzPercent]="75" nzType="dashboard" [nzGapDegree]="180"></nz-progress> | ||
<nz-progress [nzPercent]="75" nzType="dashboard" [nzGapDegree]="295"></nz-progress> | ||
<nz-progress [nzPercent]="1" nzType="dashboard" [nzGapDegree]="340"></nz-progress>` | ||
}) | ||
export class NzDemoProgressDashboardLayoutComponent {} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters