开发app组件

Posted 一叶*秋

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了开发app组件相关的知识,希望对你有一定的参考价值。

1.通过使用命令行工具生成app组件 ng g component footer 生成一个名字为footer的组件

<app-navbar></app-navbar>
<div class="container">
<div class="row">
<div class="col-md-3">
<app-search></app-search>
</div>
<div class="col-md-9">
<div class="row">
<app-carousel></app-carousel>
</div>
<div class="row">
<app-product></app-product>
</div>
</div>
</div>
</div>
<app-footer></app-footer>
//
app-后面跟的就是模块的名字

以上是关于开发app组件的主要内容,如果未能解决你的问题,请参考以下文章

如何使用 webview 组件在 App 中下载文件?

如何使用导航架构组件修复动态功能模块中片段的发布版本中的ClassNotFoundException?

运行/调试你的PHP代码

鸿蒙App开发(10)---Switch组件

底部应用栏在使用片段导航时向上/向下滑动(导航架构组件)

Android开发——UI_片段