Skip to content

Commit 8ee28ca

Browse files
committed
fix: remove ng-style private exports
1 parent a620fe2 commit 8ee28ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public_api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export { NgxTabsLibModule } from './src/ngx-tabs-lib.module';
2-
export { TabsComponent as ɵTabsComponent } from './src/tabs.component';
3-
export { TabComponent as ɵTabComponent } from './src/tab.component';
2+
export { TabsComponent } from './src/tabs.component';
3+
export { TabComponent } from './src/tab.component';

0 commit comments

Comments
 (0)