angular-t9n
Version:
A translation tool for Angular i18n
13 lines (12 loc) • 380 B
text/typescript
export * from './app.module';
export * from './controllers';
export * from './deserialization';
export * from './link-helper';
export * from './models';
export * from './options';
export * from './persistence';
export * from './serialization';
export * from './serialization-strategy';
export * from './target-info';
export * from './timestamp';
export * from './workspace-host';