Mostly working with Product + Version and Sku + Version.

There will still be many errors. But this is working somewhat
This commit is contained in:
2026-01-23 02:30:57 +00:00
parent aaf64ab75a
commit 1b8ab2857f
95 changed files with 4506 additions and 2624 deletions
-3
View File
@@ -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({