UNPKG

angust

Version:

Angust for manipulation with app state in Angular4+ apps

9 lines (8 loc) 250 B
/** * @description * Entry point for all public APIs of the Angust package. */ export { S } from "./src/types/s"; export { StoreService } from "./src/store.service"; export * from "./src/store.module"; export { Store } from "./src/store";