diff --git a/src/app/home/home.module.ts b/src/app/home/home.module.ts index 8e22c7e..e5f2f05 100644 --- a/src/app/home/home.module.ts +++ b/src/app/home/home.module.ts @@ -1,8 +1,9 @@ -import { CommonModule } from "@angular/common"; +import { CommonModule, DatePipe } from "@angular/common"; import { NgModule } from "@angular/core"; import { CoreModule } from "../core/core.module"; import { HomeComponent } from "./components/home/home.component"; import { HomeRoutingModule } from "./home-routing.module"; +import { UnitsService } from "./services/units.service"; @NgModule({ declarations: [HomeComponent], @@ -11,6 +12,6 @@ import { HomeRoutingModule } from "./home-routing.module"; HomeRoutingModule, CoreModule ], - providers: [], + providers: [UnitsService, DatePipe], }) export class HomeModule { } \ No newline at end of file diff --git a/src/app/home/people/components/add-meeting-modal/add-meeting-modal.component.html b/src/app/home/people/components/add-meeting-modal/add-meeting-modal.component.html index ee8e538..6fc7f5b 100644 --- a/src/app/home/people/components/add-meeting-modal/add-meeting-modal.component.html +++ b/src/app/home/people/components/add-meeting-modal/add-meeting-modal.component.html @@ -13,6 +13,10 @@

Add Meeting Notes for {{ personData.name }}

formControlName="comments"> +
+ +
+ Questions