fix inputnumber, Umbau auf redis-om, Neubenamung
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { APP_INITIALIZER, ApplicationConfig, importProvidersFrom } from '@angular/core';
|
||||
import { APP_INITIALIZER, ApplicationConfig, LOCALE_ID, importProvidersFrom } from '@angular/core';
|
||||
import { provideRouter } from '@angular/router';
|
||||
|
||||
import { routes } from './app.routes';
|
||||
@@ -26,7 +26,8 @@ export const appConfig: ApplicationConfig = {
|
||||
multi: true,
|
||||
deps: [SelectOptionsService],
|
||||
},
|
||||
provideRouter(routes),provideAnimations()
|
||||
provideRouter(routes),provideAnimations(),
|
||||
// {provide: LOCALE_ID, useValue: 'en-US' }
|
||||
]
|
||||
};
|
||||
function initUserService(userService:UserService) {
|
||||
|
||||
Reference in New Issue
Block a user