From 142ec3d2625d5d6fa8518a8e2b22832e93466f60 Mon Sep 17 00:00:00 2001 From: Ezhilarasi Date: Tue, 3 Sep 2019 17:13:12 +0530 Subject: CDS UI code changes Change-Id: Idca4f7e1e04853bd2118308dafa67fd2d7aee7d8 Issue-ID: CCSDK-1275 Signed-off-by: Ezhilarasi --- .../select-template/search-template/search-template.module.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.module.ts') diff --git a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.module.ts b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.module.ts index a4e30a494..d79f9d870 100644 --- a/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.module.ts +++ b/cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-template.module.ts @@ -26,7 +26,6 @@ import { SearchTemplateComponent } from './search-template.component'; import { ReactiveFormsModule } from '@angular/forms'; import { AppMaterialModule } from 'src/app/common/modules/app-material.module'; import { SharedModule} from 'src/app/common/shared/shared.module'; -// import { SelectTemplateService } from 'src/app/feature-modules/blueprint/select-template/select-template.service'; @NgModule({ declarations: [ @@ -42,6 +41,6 @@ import { SharedModule} from 'src/app/common/shared/shared.module'; SearchTemplateComponent, SearchFromDatabaseComponent ], - // providers:[ SelectTemplateService] + }) export class SearchTemplateModule { } -- cgit 1.2.3-korg