logo
  • 教程列表
  • SO官方文档
  • 在 Angular 2 中使用本机 Web 组件
    • 在模块中包含自定义元素架构
    • 在模板中使用 web 组件
  1. StackOverflow 文档
  2. Angular 2 教程
  3. 在 Angular 2 中使用本机 Web 组件
  4. 在模板中使用 web 组件

在模板中使用 web 组件

Created: November-22, 2018

import { Component } from '@angular/core';

@Component({
  selector: 'myapp-about',
  template: `<my-webcomponent></my-webcomponent>`
})
export class AboutComponent { }
  • 在模块中包含自定义元素架构

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明