update to angular 12

This commit is contained in:
Matt Hill
2021-08-10 18:53:39 -06:00
committed by Aiden McClelland
parent 58678522ff
commit 1fe9c6ffdf
19 changed files with 12735 additions and 10234 deletions

View File

@@ -18,7 +18,7 @@ interface LocalInterface {
export class AppInterfacesPage {
@ViewChild(IonContent) content: IonContent
ui: LocalInterface | null
other: LocalInterface[]
other: LocalInterface[] = []
constructor (
private readonly route: ActivatedRoute,

View File

@@ -5,6 +5,7 @@ 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 = [
{
@@ -20,6 +21,7 @@ const routes: Routes = [
IonicModule,
RouterModule.forChild(routes),
SharingModule,
// MarketplaceLibModule,
],
declarations: [LoginPage],
})

View File

@@ -1,4 +1,5 @@
<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">