Skip to content

Commit 99c9da5

Browse files
authored
Merge pull request #460 from youda97/export-progress-indicator
fix(progress-indicator): export component
2 parents 00dde69 + 330f796 commit 99c9da5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/progress-indicator/progress-indicator.module.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { CommonModule } from "@angular/common";
44
import { ProgressIndicator } from "./progress-indicator.component";
55
import { ExperimentalModule } from "./../experimental.module";
66

7+
export { ProgressIndicator } from "./progress-indicator.component";
78

89
@NgModule({
910
declarations: [

0 commit comments

Comments
 (0)