在( )文件中定义所有组件的模板样式类。
A: app.component.html
B: app.component.scss
C: styles.scss
D: index.html
A: app.component.html
B: app.component.scss
C: styles.scss
D: index.html
举一反三
- 事件绑定的信息传递方向是( )。 A: 由组件模板文件(HTML)向组件逻辑文件(TS)传递 B: 由组件逻辑文件(TS)向组件模板文件(HTML)传递 C: 由组件模板文件(HTML)向组件样式类文件(SCSS)传递 D: 组件逻辑文件(TS)和组件模板文件(HTML)之间进行双向传递
- 属性绑定中的属性值既可以是组件类中定义的属性,也可以是CSS或SCSS等样式类文件中定义的样式类。
- 根组件的模板文件是( )。 A: app.component.html B: app.component.scss C: app.component.ts D: app.component.spec.ts
- Angular应用显示的主页面是( )。 A: app.component.html B: index.html C: angular.json D: app.component.scss
- 所有GUI标准组件类的父类都是Component类