mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
refactor: completely remove ionic
This commit is contained in:
@@ -2,7 +2,6 @@ import { HttpClientModule } from '@angular/common/http'
|
||||
import { NgModule } from '@angular/core'
|
||||
import { BrowserAnimationsModule } from '@angular/platform-browser/animations'
|
||||
import { ServiceWorkerModule } from '@angular/service-worker'
|
||||
import { IonicModule } from '@ionic/angular'
|
||||
import { LoadingModule } from '@start9labs/shared'
|
||||
import {
|
||||
TuiAlertModule,
|
||||
@@ -11,9 +10,9 @@ import {
|
||||
TuiRootModule,
|
||||
TuiThemeNightModule,
|
||||
} from '@taiga-ui/core'
|
||||
import { SidebarHostComponent } from 'src/app/common/sidebar-host.component'
|
||||
import { SvgDefinitionsComponent } from 'src/app/common/svg-definitions.component'
|
||||
import { ToastContainerComponent } from 'src/app/common/toast-container/toast-container.component'
|
||||
import { SidebarHostComponent } from 'src/app/components/sidebar-host.component'
|
||||
import { SvgDefinitionsComponent } from 'src/app/components/svg-definitions.component'
|
||||
import { ToastContainerComponent } from 'src/app/components/toast-container.component'
|
||||
import { environment } from '../environments/environment'
|
||||
import { AppComponent } from './app.component'
|
||||
import { APP_PROVIDERS } from './app.providers'
|
||||
@@ -24,9 +23,6 @@ import { RoutingModule } from './routing.module'
|
||||
imports: [
|
||||
HttpClientModule,
|
||||
BrowserAnimationsModule,
|
||||
IonicModule.forRoot({
|
||||
mode: 'md',
|
||||
}),
|
||||
RoutingModule,
|
||||
ToastContainerComponent,
|
||||
TuiRootModule,
|
||||
|
||||
Reference in New Issue
Block a user