File tree Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Expand file tree Collapse file tree 2 files changed +0
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import { AppSessionService } from './session/app-session.service';
8
8
import { AppUrlService } from './nav/app-url.service' ;
9
9
import { AppAuthService } from './auth/app-auth.service' ;
10
10
import { AppRouteGuard } from './auth/auth-route-guard' ;
11
- import { MaterialInput } from 'shared/directives/material-input.directive' ;
12
11
import { AbpPaginationControlsComponent } from './pagination/abp-pagination-controls.component' ;
13
12
import { LocalizePipe } from '@shared/pipes/localize.pipe' ;
14
13
import { DragDropModule } from '@angular/cdk/drag-drop' ;
@@ -98,15 +97,13 @@ import { EqualValidator } from './directives/equal-validator.directive';
98
97
MatTreeModule ,
99
98
] ,
100
99
declarations : [
101
- MaterialInput ,
102
100
AbpPaginationControlsComponent ,
103
101
LocalizePipe ,
104
102
BlockDirective ,
105
103
BusyDirective ,
106
104
EqualValidator
107
105
] ,
108
106
exports : [
109
- MaterialInput ,
110
107
AbpPaginationControlsComponent ,
111
108
LocalizePipe ,
112
109
BlockDirective ,
You can’t perform that action at this time.
0 commit comments