摘要: index.html <app-root></app-root> SPA 应用都有一个 index.html, 它即是唯一的 html 文件, 称为 单页, 也是视图输出的页面载体。 <app-root></app-root> 是根组件, Angular 应用只有唯一的一个根组件。 index.ht 阅读全文
posted @ 2021-06-09 22:07 wenliangw 阅读(259) 评论(0) 推荐(0)