Skip to content

Commit 9e5602b

Browse files
committed
fix export
1 parent 3b80714 commit 9e5602b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

projects/ng-mat-components/src/lib/fs-calendar/public-api.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* Public API Surface of ng-mat-components
33
*/
44

5+
export { FsCalendarPanelsComponent } from './calendar-panels/calendar-panels.component';
6+
export { FsCalendarTableComponent } from './calendar-table/fs-calendar-table.component';
57
export * from './calendar.models';
8+
export { FsCalendarTableNameDirective } from './directives/fs-calendar-table-name.directive';
69
export { FsCalendarModule } from './fs-calendar.module';
710
export { FsCalendarService } from './services/fs-calendar.service';

0 commit comments

Comments
 (0)