1. 首页
  2. 数据库
  3. 其它
  4. custom elements ts:使用Typescript创建本机自定义元素 源码

custom elements ts:使用Typescript创建本机自定义元素 源码

上传者: 2021-02-08 13:18:12上传 ZIP文件 156.96KB 热度 8次
自定义元素 使用Typescript创建本机自定义元素,而不使用任何第三方库。 npm install custom-elements-ts 用法 import { CustomElement } from 'custom-elements-ts' ; @ CustomElement ( { tag : 'counter-element' , templateUrl : 'counter-element.html' , styleUrl : 'counter-element.scss' } ) export class CounterElement extends HTMLEl
用户评论