沈斌
2017-12-15 93b9d0c00b87079f97e56a63a2e38a7ea5bac4d3
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>