tab1.page.ts 440 B

12345678910111213141516171819202122232425262728
  1. // import { Component } from '@angular/core';
  2. // @Component({
  3. // selector: 'app-tab1',
  4. // templateUrl: 'tab1.page.html',
  5. // styleUrls: ['tab1.page.scss']
  6. // })
  7. // export class Tab1Page {
  8. // constructor() {}
  9. // }
  10. import { Component } from '@angular/core';
  11. @Component({
  12. selector: 'app-tab1',
  13. templateUrl: 'tab1.page.html',
  14. styleUrls: ['tab1.page.scss']
  15. })
  16. export class Tab1Page {
  17. constructor() {}
  18. // 模拟数据
  19. }