Skip to content

Commit 0fb18cb

Browse files
committed
Remove unique permissions pipe
1 parent c05ad16 commit 0fb18cb

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

src/app/shared/pipes/pipes.module.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { isGlobalAdminPipe } from './is-global-admin.pipe';
66
import { CreatedUpdatedByPipe } from './created-updated-by.pipe';
77
import { CustomDatePipe, CustomTableDatePipe } from './custom-date.pipe';
88
import { FilterDevicesPipe } from './filter-devices.pipe';
9-
import { UniquePermissionOrganizationsPipe } from './unique-permission-organizations.pipe';
109

1110
@NgModule({
1211
declarations: [
@@ -17,7 +16,6 @@ import { UniquePermissionOrganizationsPipe } from './unique-permission-organizat
1716
CustomTableDatePipe,
1817
CreatedUpdatedByPipe,
1918
FilterDevicesPipe,
20-
UniquePermissionOrganizationsPipe,
2119
],
2220
imports: [CommonModule],
2321
exports: [
@@ -28,7 +26,6 @@ import { UniquePermissionOrganizationsPipe } from './unique-permission-organizat
2826
CustomTableDatePipe,
2927
CreatedUpdatedByPipe,
3028
FilterDevicesPipe,
31-
UniquePermissionOrganizationsPipe,
3229
],
3330
})
3431
export class PipesModule {}

src/app/shared/pipes/unique-permission-organizations.pipe.ts

Lines changed: 0 additions & 19 deletions
This file was deleted.

tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,5 @@
3030
"angularCompilerOptions": {
3131
"fullTemplateTypeCheck": true,
3232
"strictInjectionParameters": true
33-
// "strictTemplates": true // Highly recommended for type-safety in html. Apply if there's ever time to fix the 30+ errors that appear
3433
}
3534
}

0 commit comments

Comments
 (0)