We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b80714 commit 9e5602bCopy full SHA for 9e5602b
projects/ng-mat-components/src/lib/fs-calendar/public-api.ts
@@ -2,6 +2,9 @@
2
* Public API Surface of ng-mat-components
3
*/
4
5
+export { FsCalendarPanelsComponent } from './calendar-panels/calendar-panels.component';
6
+export { FsCalendarTableComponent } from './calendar-table/fs-calendar-table.component';
7
export * from './calendar.models';
8
+export { FsCalendarTableNameDirective } from './directives/fs-calendar-table-name.directive';
9
export { FsCalendarModule } from './fs-calendar.module';
10
export { FsCalendarService } from './services/fs-calendar.service';
0 commit comments