diff --git a/src/app/app.component.ts b/src/app/app.component.ts index f09d775..f41d2d3 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -8,4 +8,5 @@ import { Component } from '@angular/core'; }) export class AppComponent { title = 'app'; + name = "control" } diff --git a/src/index.html b/src/index.html index e89ae3d..dffa194 100644 --- a/src/index.html +++ b/src/index.html @@ -7,7 +7,7 @@ - + 航班信息查询系统