8000 feat(cdk): add rxScheduleTask function by Karnaukhov-kh · Pull Request #1344 · rx-angular/rx-angular · GitHub
[go: up one dir, main page]

Skip to content

feat(cdk): add rxScheduleTask function #1344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 9 commits into from
Prev Previous commit
Next Next commit
fix(cdk): fix rxScheduleTask readme
  • Loading branch information
Karnaukhov-kh authored May 18, 2022
commit c6bc9fa9c72a62511d530434cd1ad84710fb9a6a
2 changes: 1 addition & 1 deletion libs/cdk/render-strategies/docs/rx-schedule-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function updateStateAndBackup<T>(data: T) {
}
```

### Usage with options strategy
### Usage with options

```typescript
import { rxScheduleTask } from '@rx-angular/cdk/render-strategies';
Expand Down
0