UNPKG

gnss-state

Version:

Shared singleton state service for Angular MFE architecture

9 lines (8 loc) 280 B
export * from './models/state.model'; export * from './lib/bp.state'; export * from './lib/data.state'; export * from './lib/event.state'; export * from './lib/rules.state'; export * from './lib/server.state'; export * from './lib/settings.state'; export * from './lib/ui.state';