ngx-ivy-features
ngx-ivy-features copied to clipboard
Angular Ivy component features.
Angular Ivy component features
This project demonstrates Ivy component features.
Usage
First run yarn build ivy-features to build the decorator library to dist.
Then run for example yarn start store-features.
NgRx Store features
| Name | Description |
|---|---|
fromStore |
Add store selectors to component properties. |
toStore |
Dispatch store actions from emitted events. |