summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts
diff options
context:
space:
mode:
authorKumar, Sudarshan (sk670p) <sk670p@att.com>2021-01-05 14:23:35 +0530
committerKumar, Sudarshan (sk670p) <sudarshan.kumar@att.com>2021-01-07 21:24:01 +0530
commit03958cf113eb51cf3c92b538ec0f2d0519ffba44 (patch)
tree20dbc101ab2b2e28589d7acc11fed05035923122 /ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts
parentefb31c8139526215182dda47b949ddc11dfca534 (diff)
Removed import and added MatInputModule
Removed component import from child module and added MatInputModule Issue-ID: PORTAL-902 Change-Id: I5c51f954e1a9d2ac3a61c57c1b089a86b527e29d Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts')
-rw-r--r--ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts4
1 files changed, 3 insertions, 1 deletions
diff --git a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts
index 920379a8..77e05dce 100644
--- a/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts
+++ b/ecomp-sdk/epsdk-app-overlay/src/main/webapp/ngapp/src/app/report-run/report-run.module.ts
@@ -26,6 +26,7 @@ import {ReportRunRouting} from './report-run-routing.module';
import {NgbTooltipModule} from '@ng-bootstrap/ng-bootstrap';
import { RemoveSpaceDirective} from './run/run-report-form-fields/remove-space.directive';
import { RunCrossTabReportComponent } from './run/run-report/run-cross-tab-report/run-cross-tab-report.component';
+import { DisplayAreaComponent } from '../pages/analytics/Report_List/display-area/display-area.component';
@NgModule({
declarations: [RunDashboardReportComponent,
@@ -35,7 +36,8 @@ import { RunCrossTabReportComponent } from './run/run-report/run-cross-tab-repor
RunReportResultSetComponent,
RunComponent,
RemoveSpaceDirective,
- RunCrossTabReportComponent],
+ RunCrossTabReportComponent,
+ DisplayAreaComponent],
imports: [
MatTableModule,
CommonModule,