餓了麼點餐系統

1.說明

本項目是參考網站
https://simonzhangiter.github.io/VueDemo_Sell_Eleme/#/goods
原項目
https://github.com/SimonZhangITer/VueDemo_Sell_Eleme
是用Vue2.0開發的,而本項目用的angular8.3.20開發的,爲了鍛鍊自己並沒有使用任何UI框架.

2.演示地址

http://singletondog.top:8500/

3.項目地址

https://gitee.com/zouchengxin/elm-shop.angular

4.組件結構

AppComponent
SellerDetailComponent
MainComponent
ImageShowComponent
GoodsComponent
RatingsComponent
SellersComponent
GoodDetailComponent
  • AppComponent:
    在這裏插入圖片描述
  • MainComponent:
    在這裏插入圖片描述

5.相關技術

  • 路由(跳轉,子路由,傳參)
  • 服務(傳遞數據,請求數據)
  • 父子組件通訊(子傳父,父傳子)