Stevie Starosciak
Stevie Starosciak
hey jkuri, thanks so much for the quick response! I'm running into one issue though. I'm following your code, and your line: `let data: DateModel = new DateModel({ day: 23,...
Hmmm well to make those typescript errors go away, I ended up changing the object like this: `let data: DateModel = new DateModel({ day: "23", month: "2", year: "2017", formatted:...
Yeah I can do that :) What's interesting is that if I replace the offending line with: `this.issuedDateInputEvents.emit({ type: 'setDate', data: new Date(requestData.issued_date) });` It will populate correctly. On the...
Yeah, it took a bit of finesse, but here's ultimately what my code had to look like in order to get both cases of an async/non-async version of the datepicker...
Nice, this helped :) Is there any way to initiate the onChange event when the model gets updated?
hey everyone, I too have been struggling with the NgSemanticModule is not a module issue and I just recently upgraded to Angular 4. Same as above, when angular first compiles,...