idk
This commit is contained in:
parent
763d01d561
commit
27feb24461
11 changed files with 186 additions and 7 deletions
|
@ -1,8 +1,14 @@
|
|||
import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core';
|
||||
import { provideRouter } from '@angular/router';
|
||||
|
||||
import { routes } from './app.routes';
|
||||
import {registerLocaleData} from "@angular/common";
|
||||
import localeDe from "@angular/common/locales/de"
|
||||
import localeCn from "@angular/common/locales/en"
|
||||
import localeJap from "@angular/common/locales/en"
|
||||
|
||||
registerLocaleData(localeDe, 'de-DE')
|
||||
registerLocaleData(localeCn, 'cn-CN')
|
||||
registerLocaleData(localeJap, 'ja-JP')
|
||||
export const appConfig: ApplicationConfig = {
|
||||
providers: [provideZoneChangeDetection({ eventCoalescing: true }), provideRouter(routes)]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue