update angualr to fix bug in 12.2.0

This commit is contained in:
Matt Hill
2021-09-07 18:17:27 -06:00
committed by Aiden McClelland
parent a26a53874a
commit 85b6448f2d
9 changed files with 1608 additions and 1401 deletions

View File

@@ -11,7 +11,6 @@ import { FormsModule } from '@angular/forms'
IonicModule,
FormsModule,
],
entryComponents: [EnumListPage],
exports: [EnumListPage],
})
export class EnumListPageModule { }