更多“On which component is the control plane implemented?() ”相关问题
  • 第1题:

    7、在()文件中修改代码并运行后可以直接看到修改结果。

    A.app.component.html

    B.app.component.scss

    C.app.component.ts

    D.app.component.spec.ts


    B

  • 第2题:

    以下键盘快捷方式中可以取消选区的是?

    A.control键+N键

    B.control键+D键

    C.control键+Y键

    D.control键+Z键


    control 键+D键

  • 第3题:

    设Derived类的基类是Base类,同时还包含了Component类的对象作为数据成员,在Derived类对象的构建过程中,三个不同类的构造函数的调用次序是

    A.Component类,Base类,Derived类

    B.Base类,Derived类,Component类

    C.Derived类,Component类,Base类

    D.Base类,Component类,Derived类


    Base类,Component类,Derived类

  • 第4题:

    2、在()文件中定义根组件的模板样式类。

    A.app.component.html

    B.app.component.scss

    C.app.component.ts

    D.app.component.spec.ts


    空白文档模板;博客文章模板;书法模板;证书模板

  • 第5题:

    4、在()文件中修改代码并运行后可以直接看到修改结果。

    A.app.component.html

    B.app.component.scss

    C.app.component.ts

    D.app.component.spec.ts


    错误

  • 第6题:

    5、Angular应用显示的主页面是()。

    A.app.component.html

    B.index.html

    C.angular.json

    D.app.component.scss


    A