dashboard
repositories
filestore
activity
search
login
main
/
screen_demo2
招投标-河南禹州
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
updates
沈斌
2017-12-15
f9b157566af34b8dc28ba10b34d025ac04f3168b
[screen_demo2.git]
/
src
/
app
/
routes
/
pro
/
user
/
register-result
/
register-result.component.html
1
2
3
4
5
6
7
8
9
10
<result
type="success"
[title]="title"
description="激活邮件已发送到你的邮箱中,邮件有效期为24小时。请及时登录邮箱,点击邮件中的链接激活帐户。">
<ng-template #title>
<div class="title">你的账户:ng-alain@example.com 注册成功</div>
</ng-template>
<button (click)="msg.success('email')" nz-button [nzType]="'primary'" [nzSize]="'large'">查看邮箱</button>
<button routerLink="/" nz-button [nzSize]="'large'">返回首页</button>
</result>