File tree Expand file tree Collapse file tree 2 files changed +141
-123
lines changed
ng-mat-components/src/lib/fs-calendar Expand file tree Collapse file tree 2 files changed +141
-123
lines changed Original file line number Diff line number Diff line change 11import { CalenderShowcaseComponent } from './content/calender-showcase/calender-showcase.component' ;
2- import { NgModule } from '@angular/core' ;
2+ import { LOCALE_ID , NgModule } from '@angular/core' ;
33import { BrowserModule } from '@angular/platform-browser' ;
44
55import { APP_BASE_HREF } from '@angular/common' ;
@@ -13,7 +13,7 @@ import {
1313 FsCalendarModule ,
1414 FsUiFrameModule ,
1515 FsUiFrameContentModule ,
16- FsUiFrameToolbarModule
16+ FsUiFrameToolbarModule ,
1717} from 'projects/ng-mat-components/src/public-api' ;
1818import { HomeComponent } from './content/home/home.component' ;
1919import { SubComponent } from './content/home/sub/sub.component' ;
@@ -43,9 +43,10 @@ import { TestComponent } from './content/test/test.component';
4343 providers : [
4444 {
4545 provide : APP_BASE_HREF ,
46- useValue : "." ,
46+ useValue : '.' ,
4747 } ,
48+ { provide : LOCALE_ID , useValue : 'de-DE' } ,
4849 ] ,
49- bootstrap : [ AppComponent ]
50+ bootstrap : [ AppComponent ] ,
5051} )
51- export class AppModule { }
52+ export class AppModule { }
You can’t perform that action at this time.
0 commit comments