diff --git a/jslib b/jslib index 119699b82c..58be5796b0 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit 119699b82c26296cdd518c0c66e0cd3d61586309 +Subproject commit 58be5796b0c2b19aacf52d4a1c179aeb80924443 diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 2a4616e28b..741f0564e7 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -9,7 +9,7 @@ import { ServicesModule } from './services.module'; import { DragDropModule } from '@angular/cdk/drag-drop'; import { DatePipe } from '@angular/common'; import { NgModule } from '@angular/core'; -import { FormsModule } from '@angular/forms'; +import { FormsModule, ReactiveFormsModule } from '@angular/forms'; import { BrowserModule } from '@angular/platform-browser'; import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; @@ -61,6 +61,7 @@ import { VaultComponent } from './vault/vault.component'; import { ViewComponent } from './vault/view.component'; import { AddEditComponent as SendAddEditComponent } from './send/add-edit.component'; +import { EffluxDatesComponent as SendEffluxDatesComponent } from './send/efflux-dates.component'; import { SendComponent } from './send/send.component'; import { NavComponent } from './layout/nav.component'; @@ -158,14 +159,15 @@ registerLocaleData(localeZhTw, 'zh-TW'); @NgModule({ imports: [ - BrowserModule, - BrowserAnimationsModule, - FormsModule, AppRoutingModule, + BrowserAnimationsModule, + BrowserModule, + DragDropModule, + FormsModule, + InfiniteScrollModule, + ReactiveFormsModule, ServicesModule, ToasterModule.forRoot(), - InfiniteScrollModule, - DragDropModule, ], declarations: [ A11yTitleDirective, @@ -200,6 +202,7 @@ registerLocaleData(localeZhTw, 'zh-TW'); SearchCiphersPipe, SelectCopyDirective, SendAddEditComponent, + SendEffluxDatesComponent, SendComponent, SetPasswordComponent, SettingsComponent, diff --git a/src/app/send/add-edit.component.html b/src/app/send/add-edit.component.html index 623b2312ad..9b3d00b7f4 100644 --- a/src/app/send/add-edit.component.html +++ b/src/app/send/add-edit.component.html @@ -66,38 +66,10 @@