ionic-framework
Version:
The ionic-framework package comes with both Javascript and Sass frontend dependencies, located in the root of the package, and a Node API, located in `tooling/`.
15 lines (14 loc) • 505 B
TypeScript
export * from './config/bootstrap';
export * from './config/config';
export * from './config/directives';
export * from './decorators/app';
export * from './decorators/page';
export * from './components';
export * from './platform/platform';
export * from './platform/storage';
export * from './util/click-block';
export * from './util/events';
export * from './util/keyboard';
export * from './animations/animation';
export * from './translation/translate';
export * from './translation/translate_pipe';