SaturnTeam / saturn-datepicker

Angular Material Datepicker with range selection
MIT License
276 stars 110 forks source link

Error in stackblitz demo case for the Custom Footer #170

Open caiofcm opened 3 years ago

caiofcm commented 3 years ago

The demo in the stackblitz is trowing an error:

ERROR TypeError: moment is not a function

Changing the imports fixed the issue:

// import * as moment from 'moment';
import moment from 'moment'; //new line