Missing lifecycle interfaces in Schedule component #623
Labels
Type: Enhancement
Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone
I think the exported class
Schedule
of the componentprimeng/schedule
should implement all the interfaces of the defined lifecycle hook methods, like in exported classCalendar
of the componentprimeng/calendar
.I don't know if this leads to any error. As far as I've been playing with the component it appears to work fine, but I think it should be
export class Schedule implements AfterViewInit, OnDestroy, DoCheck {
. Maybe I'm wrong... I'm pretty newbie to Angular2.The text was updated successfully, but these errors were encountered: