@@ -39,6 +39,8 @@ export * from './lib/viewport/viewport.module';
39
39
*/
40
40
// export components
41
41
export * from './lib/app-bar/app-bar.component' ;
42
+ export * from './lib/app-bar/app-bar-tab/app-bar-tab.component' ;
43
+ export * from './lib/back-button/back-button.component' ;
42
44
export * from './lib/bottom-sheet/bottom-sheet.component' ;
43
45
export * from './lib/bottom-sheet/bottom-sheet-content/bottom-sheet-content.component' ;
44
46
export * from './lib/collapsable-menu/collapsable-menu-button/collapsable-menu-button.component' ;
@@ -47,30 +49,42 @@ export * from './lib/editable-label/editable-label.component';
47
49
export * from './lib/expandable/expandable.component' ;
48
50
export * from './lib/expandable/expandable-indicator/expandable-indicator.component' ;
49
51
export * from './lib/feature-discovery/feature-discovery.component' ;
50
- export * from './lib/refresher/refresher.component' ;
51
52
export * from './lib/fab/fab.component' ;
53
+ export * from './lib/gallery/gallery.component' ;
54
+ export * from './lib/gallery/gallery-image/gallery-image.component' ;
55
+ export * from './lib/gallery/gallery-toolbar/gallery-toolbar.component' ;
56
+ export * from './lib/gallery/gallery-toolbar-content/gallery-toolbar-content.component' ;
57
+ export * from './lib/icon/icon.component' ;
52
58
export * from './lib/loading-progress-bar/loading-progress-bar.component' ;
59
+ export * from './lib/network-status/network-status.component' ;
60
+ export * from './lib/overlay/overlay.component' ;
61
+ export * from './lib/overlay/overlay-content/overlay-content.component' ;
53
62
export * from './lib/password-input/password-input.component' ;
63
+ export * from './lib/popover/popover.component' ;
64
+ export * from './lib/refresher/refresher.component' ;
65
+ export * from './lib/refresher/refresher-content/refresher-content.component' ;
54
66
export * from './lib/router-item/router-item.component' ;
67
+ export * from './lib/spinner/spinner.component' ;
55
68
export * from './lib/stepper/step/step.component' ;
69
+ export * from './lib/stepper/stepper.component' ;
56
70
export * from './lib/stepper/step-content/step-content.component' ;
57
71
export * from './lib/stepper/step-header/step-header.component' ;
58
- export * from './lib/stepper/stepper.component' ;
59
72
export * from './lib/stepper/stepper-horizontal/stepper-horizontal.component' ;
60
73
export * from './lib/searchbar/searchbar.component' ;
61
- export * from './lib/app-bar/app-bar-tab/app-bar-tab.component' ;
62
- export * from './lib/network-status/network-status.component' ;
63
- export * from './lib/back-button/back-button.component' ;
64
- export * from './lib/gallery/gallery.component' ;
65
- export * from './lib/gallery/gallery-image/gallery-image.component' ;
66
- export * from './lib/overlay/overlay.component' ;
67
- export * from './lib/popover/popover.component' ;
68
74
69
75
/**
70
76
* Directives
71
77
*/
78
+ export * from './lib/app-bar/app-bar-fab.directive' ;
79
+ export * from './lib/center/center.directive' ;
80
+ export * from './lib/collapsable-menu/collapsable-menu.directive' ;
72
81
export * from './lib/feature-discovery/feature.directive' ;
82
+ export * from './lib/if-platform/if-platform.directive' ;
73
83
export * from './lib/lazy-image/lazy-image.directive' ;
84
+ export * from './lib/permissions/permissions.directive' ;
85
+ export * from './lib/popover/popover-element.directive' ;
86
+ export * from './lib/pull/pull.directive' ;
87
+ export * from './lib/viewport/viewport.directive' ;
74
88
75
89
// export services
76
90
export * from './lib/loading-progress-bar/loading.service' ;
0 commit comments