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