You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, well spotted. I didn't run into this issue before (don't know why exactly), so I missed this one making the config-related changes for AOT. Guess I'll have to make another pull request.
To make the module AoT compliant, ngOnChanges needs to have an optional input argument.
angular2-nvd3.directive and angular2-nvd3.component are missing that argument. Their methods should be:
The text was updated successfully, but these errors were encountered: