Created: translate pipe and move blocks to component
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
import { provideHttpClient } from '@angular/common/http';
|
||||
import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core';
|
||||
import { ApplicationConfig } from '@angular/core';
|
||||
import { provideRouter } from '@angular/router';
|
||||
import { appRoutes } from './app.routes';
|
||||
import { TranslateService } from './services/translate.service';
|
||||
|
||||
export const appConfig: ApplicationConfig = {
|
||||
providers: [provideHttpClient(), provideZoneChangeDetection({ eventCoalescing: true }), provideRouter(appRoutes)],
|
||||
providers: [provideHttpClient(), provideRouter(appRoutes), TranslateService],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user