Guest User

Untitled

a guest
Nov 8th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. ng add ngx-bootstrap --component datepicker
  2.  
  3. import { BsDatepickerModule } from 'ngx-bootstrap/datepicker';
  4.  
  5.  
  6. @NgModule({
  7. imports: [BsDatepickerModule.forRoot(),...]
  8. })
  9. export class AppModule(){}
  10.  
  11. <input type="text" placeholder="Datepicker" class="form-control" bsDatepicker>
Add Comment
Please, Sign In to add comment