UNPKG

theme-lib

Version:

This is a simple example Angular Library published to npm.

5 lines (4 loc) 206 B
export * from './window.module'; export * from './window.service'; export * from './window-ref'; export { NbWindowConfig, NbWindowState, NB_WINDOW_CONFIG, NbWindowStateChange } from './window.options';