mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
remove unused files
This commit is contained in:
@@ -5,7 +5,6 @@ import { FormsModule } from '@angular/forms'
|
||||
import { IonicModule } from '@ionic/angular'
|
||||
import { LoginPage } from './login.page'
|
||||
import { SharingModule } from 'src/app/modules/sharing.module'
|
||||
// import { MarketplaceLibModule } from 'marketplace-lib'
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
@@ -21,7 +20,6 @@ const routes: Routes = [
|
||||
IonicModule,
|
||||
RouterModule.forChild(routes),
|
||||
SharingModule,
|
||||
// MarketplaceLibModule,
|
||||
],
|
||||
declarations: [LoginPage],
|
||||
})
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<ion-content>
|
||||
<!-- <start9-marketplace-lib></start9-marketplace-lib> -->
|
||||
<ion-grid style="height: 100%; max-width: 540px;">
|
||||
<ion-row class="ion-align-items-center" style="height: 100%;">
|
||||
<ion-col class="ion-text-center">
|
||||
|
||||
@@ -17,7 +17,7 @@ import { PatchDbService } from 'src/app/services/patch-db/patch-db.service'
|
||||
})
|
||||
export class MarketplaceListPage {
|
||||
@ViewChild(IonContent) content: IonContent
|
||||
localPkgs: { [id: string]: PackageDataEntry }
|
||||
localPkgs: { [id: string]: PackageDataEntry } = { }
|
||||
|
||||
pageLoading = true
|
||||
pkgsLoading = true
|
||||
|
||||
@@ -27,6 +27,7 @@ type UiConfig = {
|
||||
skipStartupAlerts: boolean
|
||||
}
|
||||
}
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user