custom elements ts:使用Typescript创建本机自定义元素 源码
自定义元素 使用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
文件列表
custom-elements-ts-master.zip
(预估有个38文件)
custom-elements-ts-master
.gitignore
52B
package.json
1KB
tslint.json
367B
package-lock.json
196KB
src
toggle.ts
2KB
custom-element.ts
3KB
prop.ts
2KB
watch.ts
458B
暂无评论