Ras*_*ari 2 angular
组件的最小定义是什么,在查看https://angular.io/api/core/Component后,它们似乎都是可选的.有人可以解释什么是最低限度的定义.
Nic*_*lle 9
角度的绝对最小配置@Component是模板.两个模板属性都设置为可选,因为您必须定义template或templateUrl.
@Component
template
templateUrl
当你没有定义它们时,你会得到这样的例外;
没有为组件'ComponentName'指定模板
一个selector并不需要的财产,你还可以在路由使用的组件.
selector
归档时间:
8 年,5 月 前
查看次数:
1314 次
最近记录: