【发布时间】:2019-01-31 18:27:58
【问题描述】:
我目前正在学习 Angular,并想知道应该在 index.html 和 app.component.html 中编码什么,而不是在组件中编码。
我当前的 Angular 项目是我的个人网站,我想将其迁移到 Angular 以进行培训。你可以在http://www.chloe-seiler.com/找到它
-别管响应性,我正在努力。-
基本上有标题、导航和正文。正文仅在导航时有所不同,标题和导航保留在整个网站中。
我应该在 index.html 中编写 header 和 new 吗?还是在 app.component.html 中?或者我应该让它们成为组件,在这种情况下:我的 index.html 和我的 app.component.html 是否保持为空?
提前感谢您的帮助!
【问题讨论】:
标签: html angular web-applications architecture components