@aca-1/a2-composer
Version:
Angular 2 Interface for composer
16 lines • 547 B
JavaScript
import { ACA_AUTH_PROVIDERS } from './auth';
import { DataStoreService } from './data-store.service';
import { ComposerDebugService } from './debug.service';
import { Resources } from './resources';
import { SystemsService } from './systems';
export * from './auth';
export * from './systems';
export * from './data-store.service';
export * from './data-store-worker.service';
export var SERVICES = ACA_AUTH_PROVIDERS.concat([
ComposerDebugService,
SystemsService,
Resources,
DataStoreService,
]);
//# sourceMappingURL=index.js.map