首页 > 作文

angular学习—组件

更新时间:2023-04-03 10:45:57 阅读: 评论:0

组件:

vue组件:xxx.vue

react乔任梁视频组件爱国题目:xxx.js+xxx.css

angular组件:xxx.ts+xxx.css+xxx.html

钱三强简介

angular的装饰器:

@ngmodule:angular的一个模块化。装陶渊明田园诗饰angular的app.module.t鼎新革故s文件内的appmodule类。

参数:declarations:注册组件的地方imports:注册项目用到的核心功能模块providers:注册相关服务的bootstrap:指定页面上初始渲染的组件


angular的组件装饰器:

@component({  lector: 'app-root', //组件的名字  templateurl: './app.component.html',//当前组件的html模板  styleurls: ['./app.component.css'] //当前组件的样式})
export class appcomponent { title = 'angularpro';  //类的属性}

通过@component这个装饰器,将appcomponent类装饰为一个组件。

vue和react和angular的html模板的区别:
vue和react必须要有一个根节点,但angular不需要根节点。

本文发布于:2023-04-03 10:45:55,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/59ddd7ef4d34c93072fc321dccd8ecb7.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:angular学习—组件.doc

本文 PDF 下载地址:angular学习—组件.pdf

标签:组件   节点   鼎新革故   模板
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图