application components. base on AOP, Ioc container, via @tsdi/core .
npm install @tsdi/componentsThis repo is for distribution on npm. The source for this module is in the
main repo.
@tsdi/components: components framewroks. base on AOP, Ioc container, via @tsdi/core.
``shell
npm install @tsdi/components
`
Component decorator, use to defaine class as component with template.
* @Input Input decorator, use to define property or param as component binding field or args.
* @Output Output decorator, use to define property or param as component output field or args.
* @RefChild RefChild decorator, use to select child element and inject to the property in component.
* @Pipe` Pipe decorator, use to define class type as pipe transform.MIT © Houjun