JayChase / angular2-highlight-js

highlight.js integration with Angular
MIT License
21 stars 9 forks source link

ng4 highlight works on ngAfterViewChecked hook but not on ngAfterViewInit #13

Closed daggerok closed 7 years ago

daggerok commented 7 years ago

Hello, for some reasons I wasn't able to highlight a code using ngAfterViewInit hook. After few tries I was succeed with AfterViewChecked interface.

here is a code sample

if it's expected behavior, then maybe better update documentation.


BR, Max

JayChase commented 7 years ago

Thanks for the update will have a look.