Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. @NgModule({
  2. declarations: [..., ReactiveDatePickerComponent],
  3. imports: [..., BsDatepickerModule.forRoot()],
  4. ...
  5. })
  6. export class AppModule {
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement