Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 4ca639a

Browse files
committed
fix(angular-ui): make sure AlertModule is exported
1 parent 6ed9edb commit 4ca639a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

libs/angular-ui/public_api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
export * from './src/containers'
2+
export * from './src/modules'
23
export { UiModule } from './src/ui.module'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export { AlertModule } from './alert/alert.module'

0 commit comments

Comments
 (0)