ngParty / ng-metadata

Angular 2 decorators and utils for Angular 1.x

Home Page:https://hotell.gitbooks.io/ng-metadata/content/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngOnChanges is firing before ngOnInit

gnalFF opened this issue · comments

Hi,

first of all thank you for this wonderful project.

One thing I noticed an which was already addressed in angular (angular/angular#7782) is that ngOnChanges fires before ngOnInit.

Could you also align here and fire this event only after the ngOnInit was fired as this leads to boiler plate all over.

ng-metadata@4.0.1