Skip to content

Commit 5be5fa3

Browse files
committed
BS4 component wasn't getting exported in index
1 parent e0123b1 commit 5be5fa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ export { MaterialDesignFrameworkModule } from './src/framework-library/material-
8181
export { NoFrameworkComponent } from './src/framework-library/no-framework.component';
8282

8383
export { Bootstrap3FrameworkComponent } from './src/framework-library/bootstrap-3-framework/bootstrap-3-framework.component';
84+
export { Bootstrap4FrameworkComponent } from './src/framework-library/bootstrap-4-framework/bootstrap-4-framework.component';
8485

8586
export { FrameworkLibraryService } from './src/framework-library/framework-library.service';
8687
export { FrameworkLibraryModule } from './src/framework-library/framework-library.module';

0 commit comments

Comments
 (0)