请求状态等通知提示抽取

This commit is contained in:
zhouyuejun
2019-01-23 10:40:58 +08:00
parent 4b22d58c4c
commit 7f7bb13847
10 changed files with 18 additions and 33 deletions
-1
View File
@@ -4,7 +4,6 @@ import { Component } from '@angular/core';
selector: 'app-root',
template: `
<router-outlet></router-outlet>
<toast-box toastAnimation="fancy" toastPosition="toast-top-right"></toast-box>
`,
})
export class AppComponent {