mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
update FE types and unify sideload page with marketplace show
This commit is contained in:
committed by
Aiden McClelland
parent
6556fcc531
commit
cb7790ccba
@@ -3,10 +3,10 @@ import { CommonModule } from '@angular/common'
|
||||
import { Routes, RouterModule } from '@angular/router'
|
||||
import { IonicModule } from '@ionic/angular'
|
||||
import { SharedPipesModule } from '@start9labs/shared'
|
||||
|
||||
import {
|
||||
AppInterfacesItemComponent,
|
||||
AppInterfacesPage,
|
||||
AddressTypePipe,
|
||||
} from './app-interfaces.page'
|
||||
|
||||
const routes: Routes = [
|
||||
@@ -23,6 +23,10 @@ const routes: Routes = [
|
||||
RouterModule.forChild(routes),
|
||||
SharedPipesModule,
|
||||
],
|
||||
declarations: [AppInterfacesPage, AppInterfacesItemComponent],
|
||||
declarations: [
|
||||
AppInterfacesPage,
|
||||
AppInterfacesItemComponent,
|
||||
AddressTypePipe,
|
||||
],
|
||||
})
|
||||
export class AppInterfacesPageModule {}
|
||||
|
||||
Reference in New Issue
Block a user