Mostly working with Product + Version and Sku + Version.
There will still be many errors. But this is working somewhat
This commit is contained in:
@@ -18,7 +18,6 @@ import { MatSortModule } from '@angular/material/sort';
|
||||
import { MatTableModule } from '@angular/material/table';
|
||||
import { MatToolbarModule } from '@angular/material/toolbar';
|
||||
import { BrowserModule } from '@angular/platform-browser';
|
||||
import { provideAnimations } from '@angular/platform-browser/animations';
|
||||
import { provideRouter, withRouterConfig } from '@angular/router';
|
||||
|
||||
import { dateFormat } from './app.environment';
|
||||
@@ -33,7 +32,6 @@ export const appConfig: ApplicationConfig = {
|
||||
importProvidersFrom(
|
||||
BrowserModule,
|
||||
MatButtonModule,
|
||||
|
||||
MatDialogModule,
|
||||
MatDividerModule,
|
||||
MatFormFieldModule,
|
||||
@@ -52,7 +50,6 @@ export const appConfig: ApplicationConfig = {
|
||||
{ provide: LOCALE_ID, useValue: 'en-IN' },
|
||||
AuthService,
|
||||
provideHttpClient(withInterceptors([refreshInterceptor, jwtInterceptor, authInterceptor])),
|
||||
provideAnimations(),
|
||||
provideRouter(
|
||||
routes,
|
||||
withRouterConfig({
|
||||
|
||||
Reference in New Issue
Block a user