查看angular-svg-round-progressbar组件的代码。模块定义导出RoundProgressModule
的类,但也导出它使用的服务(等),如下所示:
export * from './round-progress.component';
export * from './round-progress.service';
export * from './round-progress.ease';
export * from './round-progress.config';
这有必要吗?