UNPKG

angust

Version:

Angust for manipulation with app state in Angular4+ apps

9 lines (8 loc) 275 B
/** * @description * Entry point for all public APIs of the Angust package. */ export { StoreService } from "./src/store.service"; export * from "./src/store.module"; export { Store } from "./src/store"; //Copyright (c) 2017 Alex Tranchenko. All rights reserved.