Package Exports
- @angular-package/reactive
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@angular-package/reactive) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@angular-package/reactive
Packages that works with rxjs.
- Treeshake bundle with Rollup - module bundler for JavaScript.
- AOT (Ahead Of Time Compilation) package: faster rendering, fewer asynchronous requests, smaller Angular framework download size, detect template errors earlier, better security.
- MIT License: it can be used commercially.
Available reactive packages
| Packages | Description | Status | Readme |
|---|---|---|---|
| subject | Automatize process of creating observable properties in component or service. | Ready | Readme |
| unsubscribe | Decorator to automatize process of unsubscribe subscriptions in component. | Ready | Readme |
Subject
import '@angular-package/reactive/subject';Available reactive/subject packages
| Package | Module | Description | Status | Readme |
|---|---|---|---|---|
| ApSubject | Automatize process of creating rxjs/Subject. | Ready | Readme | |
| async | ApSubjectAsync | Automatize process of creating rxjs/AsyncSubject. | Ready | Readme |
| behavior | ApSubjectBehavior | Automatize process of creating rxjs/BehaviorSubject. | Ready | Readme |
| replay | ApSubjectReplay | Automatize process of creating rxjs/ReplaySubject. | Ready | Readme |