Angular:創建使用組件(二)

一、創建組件 1.創建一個 news組件 ng g component [組件目錄/組件名稱] ng g component components/news 2.在VS Code中查看項目結構 3.如果通過命令行創建組件,將自動在 app.module.ts 中引入 二、使用組件 1.在 app.component.html 中添加 news 組件 <!--The content below is
相關文章
相關標籤/搜索