Signed-off-by: Jason Etheridge <jason@EquinoxOLI.org>
}
deleteLimitSets(limitSet) {
- return new Promise((resolve, reject) => {
+ return new Promise<void>((resolve, reject) => {
if (limitSet.isDeleted) {
if (limitSet.linkedLimitSet.id()) {
this.pcrud.remove(limitSet.linkedLimitSet).subscribe(res => {
]
})
-export class CircMatrixMathpointModule {
+export class CircMatrixMatchpointModule {
}
import('./negative-balances/negative-balances.module').then(m => m.NegativeBalancesModule)
}, {
path: 'config/circ_matrix_matchpoint',
- loadChildren: '@eg/staff/admin/local/circ_matrix_matchpoint/circ-matrix-matchpoint.module#CircMatrixMathpointModule'
+ loadChildren: () =>
+ import('./circ_matrix_matchpoint/circ-matrix-matchpoint.module').then(m => m.CircMatrixMatchpointModule)
}, {
path: ':schema/:table',
component: BasicAdminPageComponent