aurelia-framework
Version:
The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.
14 lines (11 loc) • 464 B
text/typescript
export * from 'aurelia-dependency-injection';
export * from 'aurelia-binding';
export * from 'aurelia-metadata';
export * from 'aurelia-templating';
export * from 'aurelia-loader';
export * from 'aurelia-task-queue';
export * from 'aurelia-path';
export * from 'aurelia-pal';
export * as LogManager from 'aurelia-logging';
export { Aurelia } from './aurelia';
export { FrameworkConfiguration, FrameworkPluginInfo } from './framework-configuration';