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 2436b11 commit 2f46b41Copy full SHA for 2f46b41
projects/lib-workspace/src/app/app.config.ts
@@ -9,8 +9,8 @@ import { MAT_FORM_FIELD_DEFAULT_OPTIONS } from '@angular/material/form-field';
9
import { MAT_SNACK_BAR_DEFAULT_OPTIONS } from '@angular/material/snack-bar';
10
import { MAT_BUTTON_CONFIG } from '@angular/material/button';
11
import * as dateFnsLocales from 'date-fns/locale';
12
-import { FsCalendarService } from 'ngx-mat-components';
13
import { APP_BASE_HREF } from '@angular/common';
+import { FsCalendarService } from 'projects/ngx-mat-components/src/public-api';
14
15
const locales: any = dateFnsLocales;
16
0 commit comments