名單來源為JSON格式
PS.
- 迴圈
*ngFor="let item of list" *ngFor="let item of list; index as i"
- 插值表達式
{{ }}
- pipe (管道)
date: 'yyyy-MM-dd HH:mm:ss'
- 把
stationList
給 import 進來使用// Constant import { stationList } from './station-list.const';
- NgModule (app.module.ts)
- 引入的區塊
- 裝飾器(Decorator)區塊
- 類別(Class)
- Component (app.component.ts)
- 資料綁定
- 插值表達式
- 屬性綁定
- 事件綁定
- 雙向綁定