Angular 2 fire event after ngFor
问题 I'm trying to use a jQuery plugin which replaces the default scrollbar inside some dynamic elements in Angular 2. These elements are created using an ngFor loop, that is I cannot attach the jQuery events to the elements these are created. The application, at some point, mutates an Observable object which iscycled inside the ngFor in order to render the view. Now, I would like to know when Angular finishes to draw my elements so that I can run the jQuery plugin. I don't want to include any