packaged @tsdi/components
This 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
.
Install
npm install @tsdi/components
components
-
@Component
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. see activity build boot simple
Documentation
Documentation is available on the
- @tsdi/ioc document.
- @tsdi/aop document.
- @tsdi/core document.
- @tsdi/boot document.
- @tsdi/components document.
- @tsdi/compiler document.
- @tsdi/activities document.
- @tsdi/pack document.
- @tsdi/typeorm-adapter document.
- @tsdi/unit document.
- @tsdi/unit-console document.
- @tsdi/cli document.
packages
@tsdi/cli @tsdi/ioc @tsdi/aop @tsdi/core @tsdi/boot @tsdi/components @tsdi/compiler @tsdi/activities @tsdi/pack @tsdi/typeorm-adapter @tsdi/unit @tsdi/unit-console
License
MIT © Houjun