mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
update angualr to fix bug in 12.2.0
This commit is contained in:
committed by
Aiden McClelland
parent
a26a53874a
commit
85b6448f2d
@@ -16,7 +16,6 @@ import { FormObjectComponentModule } from 'src/app/components/form-object/form-o
|
||||
FormObjectComponentModule,
|
||||
ReactiveFormsModule,
|
||||
],
|
||||
entryComponents: [AppConfigPage],
|
||||
exports: [AppConfigPage],
|
||||
})
|
||||
export class AppConfigPageModule { }
|
||||
|
||||
@@ -6,15 +6,13 @@ import { BackupConfirmationComponentModule } from '../backup-confirmation/backup
|
||||
import { SharingModule } from '../../modules/sharing.module'
|
||||
|
||||
@NgModule({
|
||||
declarations: [AppRestoreComponent],
|
||||
imports: [
|
||||
CommonModule,
|
||||
IonicModule,
|
||||
BackupConfirmationComponentModule,
|
||||
SharingModule,
|
||||
],
|
||||
declarations: [
|
||||
AppRestoreComponent,
|
||||
],
|
||||
exports: [AppRestoreComponent],
|
||||
|
||||
})
|
||||
|
||||
@@ -7,9 +7,7 @@ import { SharingModule } from 'src/app/modules/sharing.module'
|
||||
import { FormsModule } from '@angular/forms'
|
||||
|
||||
@NgModule({
|
||||
declarations: [
|
||||
BackupConfirmationComponent,
|
||||
],
|
||||
declarations: [BackupConfirmationComponent],
|
||||
imports: [
|
||||
CommonModule,
|
||||
IonicModule,
|
||||
|
||||
@@ -11,7 +11,6 @@ import { FormsModule } from '@angular/forms'
|
||||
IonicModule,
|
||||
FormsModule,
|
||||
],
|
||||
entryComponents: [EnumListPage],
|
||||
exports: [EnumListPage],
|
||||
})
|
||||
export class EnumListPageModule { }
|
||||
@@ -14,7 +14,6 @@ import { FormObjectComponentModule } from 'src/app/components/form-object/form-o
|
||||
ReactiveFormsModule,
|
||||
FormObjectComponentModule,
|
||||
],
|
||||
entryComponents: [GenericFormPage],
|
||||
exports: [GenericFormPage],
|
||||
})
|
||||
export class GenericFormPageModule { }
|
||||
@@ -5,11 +5,12 @@ import { MarkdownPage } from './markdown.page'
|
||||
import { SharingModule } from 'src/app/modules/sharing.module'
|
||||
|
||||
@NgModule({
|
||||
declarations: [MarkdownPage],
|
||||
imports: [
|
||||
CommonModule,
|
||||
IonicModule,
|
||||
SharingModule,
|
||||
],
|
||||
declarations: [MarkdownPage],
|
||||
exports: [MarkdownPage],
|
||||
})
|
||||
export class MarkdownPageModule { }
|
||||
|
||||
@@ -6,12 +6,13 @@ import { SharingModule } from 'src/app/modules/sharing.module'
|
||||
import { FormsModule } from '@angular/forms'
|
||||
|
||||
@NgModule({
|
||||
declarations: [OSWelcomePage],
|
||||
imports: [
|
||||
CommonModule,
|
||||
IonicModule,
|
||||
FormsModule,
|
||||
SharingModule,
|
||||
],
|
||||
declarations: [OSWelcomePage],
|
||||
exports: [OSWelcomePage],
|
||||
})
|
||||
export class OSWelcomePageModule { }
|
||||
|
||||
Reference in New Issue
Block a user