航班列表可视区域渲染

This commit is contained in:
zhouyuejun
2019-01-04 18:28:50 +08:00
parent 914dc30d89
commit e56305d05d
7 changed files with 1248 additions and 1137 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
template: `
selector: 'app-root',
template: `
<router-outlet></router-outlet>
<toast-box toastAnimation="fancy" toastPosition="toast-top-right"></toast-box>
`,
})
export class AppComponent {
title = 'app';
title = 'app';
}