From 0519812d85fd9c26e9256000f6bbcab116ca8322 Mon Sep 17 00:00:00 2001 From: sriram-at-840620226347 Date: Mon, 19 Oct 2020 09:56:28 +0530 Subject: [PATCH] link --- .../manage-pd/list-pd/pd-questions/pd-questions.module.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-questions/pd-questions.module.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-questions/pd-questions.module.ts index c492637..33041af 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-questions/pd-questions.module.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-questions/pd-questions.module.ts @@ -5,13 +5,12 @@ import { PdQuestionsRoutingModule } from './pd-questions-routing.module'; import { CommonQuesComponent } from './common-ques/common-ques.component'; import { EmployerInfoComponent } from './employer-info/employer-info.component'; import { DynamicDocsFormComponent } from './dynamic-docs-form/dynamic-docs-form.component'; -import { CaptureBtnComponent } from './capture-btn/capture-btn.component'; @NgModule({ imports: [ CommonModule, PdQuestionsRoutingModule ], - declarations: [CaptureBtnComponent] + declarations: [] }) export class PdQuestionsModule { }