Core Typescripts utils for EventBus, Dependency Injection (DI), and pagination
npm install @mindspace-io/core
This library provides ES6/TS utilities for React, NextJS, and Angular developers.
- True Dependency Injection without Angular (for React and NextJS developers)
- EventBus for reactive publish-n-subscribe features
- Paginator for in-memory pagination of data
Here is a univeral DI engine - independent of Angular - implemented in TypeScript. This DI engine can be used easily within ANY TypeScript project.
- makeInjector() for powerful, angular-like dependency injection
---
To easily use this library, just use npm install @mindspace-io/core