Skip to content

doggy8088/jsdc2018-ng7

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
e2e
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

JSDC 2018 - Angular 7 Workshop

本專案是 JSDC 2018【體驗 Angular 7 極速開發】Workshop 的 Repo 內容,詳細記載開發過程所寫的原始碼變更紀錄。

實現功能

  • 新增待辦工作
  • 刪除待辦工作
  • 標示完成待辦工作
  • 將所有待辦工作標示完成
  • 將所有待辦工作標示未完成
  • 取消標示待辦工作
  • 顯示未完成的待辦工作數量
  • 依據狀態篩選待辦工作
  • 清除所有已完成的待辦工作
  • 滑鼠雙擊可編輯待辦工作
  • 滑鼠雙擊進入編輯時會讓鍵盤游標自動 focus 編輯欄位
  • 編輯待辦工作時按下 Escape 可取消編輯
  • 編輯待辦工作時按下 Enter 可確認編輯

開發說明

git clone https://github.com/doggy8088/jsdc2018-ng7.git
cd jsdc2018-ng7
npm install
npm start

瀏覽到 http://localhost:4200/ 即可查看執行結果。

建置部署

執行 ng build --prod 即可建置出可部署的網站檔案,輸出結果會在 dist/ 目錄下。

如果要發佈到 GitHub Pages 則必須加上 --base-href /jsdc2018-ng7/ 參數,確保相對路徑正確。

About

JSDC 2018 - 體驗 Angular 7 極速開發

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published