@tsdi/components

application components. base on AOP, Ioc container, via @tsdi/core .

Usage no npm install needed!

<script type="module">
  import tsdiComponents from 'https://cdn.skypack.dev/@tsdi/components';
</script>

README

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

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