File tree Expand file tree Collapse file tree 3 files changed +0
-23
lines changed
Expand file tree Collapse file tree 3 files changed +0
-23
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ import { isGlobalAdminPipe } from './is-global-admin.pipe';
66import { CreatedUpdatedByPipe } from './created-updated-by.pipe' ;
77import { CustomDatePipe , CustomTableDatePipe } from './custom-date.pipe' ;
88import { 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} )
3431export class PipesModule { }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments