ng-refs
Version:
Practice better dependency injection of browser APIs within your Angular components and services.
11 lines • 462 B
JavaScript
export * from './lib/ng-refs.module';
export * from './lib/refs/animationframe.ref';
export * from './lib/refs/console.ref';
export * from './lib/refs/get-computed-style.ref';
export * from './lib/refs/interval.ref';
export * from './lib/refs/localstorage.ref';
export * from './lib/refs/location.ref';
export * from './lib/refs/sessionstorage.ref';
export * from './lib/refs/timeout.ref';
export * from './lib/refs/window.ref';
//# sourceMappingURL=index.js.map