Commit 15d21af
Fix empty public_api.ts files in entry points
- Added exports to radio/src/radio/public_api.ts
- Added exports to avatar, badge, snackbar, switch, tabs, toast public_api.ts files
- These files were empty causing build errors
- Each now exports its respective component
Fixes build errors for 7 entry points
Co-authored-by: kdinev <[email protected]>1 parent 24737c9 commit 15d21af
File tree
7 files changed
+7
-0
lines changed- projects/igniteui-angular
- avatar/src/avatar
- badge/src/badge
- radio/src/radio
- snackbar/src/snackbar
- switch/src/switch
- tabs/src/tabs
- toast/src/toast
7 files changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments