mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-27 10:33:12 +00:00
(LoadingBarService) Removed due to the new progress bar service Added documentation for the FuseProgressBar
13 lines
584 B
TypeScript
13 lines
584 B
TypeScript
export * from './confirm-dialog/confirm-dialog.module';
|
|
export * from './countdown/countdown.module';
|
|
export * from './demo/demo.module';
|
|
export * from './highlight/highlight.module';
|
|
export * from './material-color-picker/material-color-picker.module';
|
|
export * from './navigation/navigation.module';
|
|
export * from './progress-bar/progress-bar.module';
|
|
export * from './search-bar/search-bar.module';
|
|
export * from './shortcuts/shortcuts.module';
|
|
export * from './sidebar/sidebar.module';
|
|
export * from './theme-options/theme-options.module';
|
|
export * from './widget/widget.module';
|