angular-cn/public/docs/_examples/style-guide/ts/03-06/app/index.ts

4 lines
86 B
TypeScript
Raw Normal View History

export * from './+heroes';
export * from './shared';
export * from './app.component';