@universal-packages/core-background-jobs
v1.4.28
Published
Background jobs universal-core module abstraction.
Downloads
97
Readme
Core Background Jobs
Background Jobs universal-core module abstraction.
Install
npm install @universal-packages/core-background-jobs
npm install @universal-packages/core
Initialization
ucore initialize background-jobs
Performer
ucore run jobs-performer
Global
Core expose Jobs
as the global subject if core modulesAsGlobals
config is true.
jobsSubject
Or
core.coreModules.jobsModule.subject
Typescript
In order for typescript to see the global types you need to reference the types somewhere in your project, normally ./src/globals.d.ts
.
/// <reference types="@universal-packages/core-background-jobs" />
This library is developed in TypeScript and shipped fully typed.
Contributing
The development of this library happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving this library.