Upgrade Angular and Electron

This commit is contained in:
Geomitron
2024-07-09 18:03:44 -05:00
parent 8b40b8d2b3
commit bfceb52f70
6 changed files with 6215 additions and 8318 deletions

View File

@@ -1,4 +1,4 @@
import { HttpClientModule } from '@angular/common/http'
import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http'
import { NgModule } from '@angular/core'
import { FormsModule, ReactiveFormsModule } from '@angular/forms'
import { BrowserModule } from '@angular/platform-browser'
@@ -34,13 +34,11 @@ import { RemoveStyleTagsPipe } from './core/pipes/remove-style-tags.pipe'
RemoveStyleTagsPipe,
SettingsComponent,
],
imports: [
bootstrap: [AppComponent], imports: [
BrowserModule,
AppRoutingModule,
FormsModule,
ReactiveFormsModule,
HttpClientModule,
],
bootstrap: [AppComponent],
], providers: [provideHttpClient(withInterceptorsFromDi())],
})
export class AppModule { }

View File

@@ -1,5 +1,5 @@
/* You can add global styles to this file, and also import other style files */
@import '~bootstrap-icons/font/bootstrap-icons.css';
@import 'bootstrap-icons/font/bootstrap-icons.css';
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,