1.0.8-rc.0 • Published 4 years ago
web-component-builder v1.0.8-rc.0
Web Component Builder
web-component-builder is a simple typescript project that allows creating web components with an angular-like syntax.
Currently, capabilities are :
Componentdeclarations withselectorand inlinetemplate
Componentattributesas custom elementattributes
Componentlifecycle methods likeonInit,onAttrChanges,onViewInitandonDestroy
Dependency Injectionthroughservices / providers
Examples
@Component({
selector: 'my-comp',
template: '<div>My First Web Component with Builder!</div>'
})
class MyComp implements IOnInit, IOnDestroy() {
}
1.0.7-rc.0
4 years ago
1.0.8-rc.0
4 years ago
1.0.6-rc.0
5 years ago
1.0.5-rc.0
5 years ago
1.0.0-rc.6
5 years ago
1.0.0-rc.5
5 years ago
1.0.0-rc.4
5 years ago
1.0.0-rc.3
5 years ago
1.0.0-rc.2
5 years ago
1.0.0-rc.1
5 years ago
