Angular2 equivalent of $document.ready()

前端 未结 6 1011
清歌不尽
清歌不尽 2020-12-01 03:48

Simple question, I hope.

I want to run a script when the Angular2 equivalent of $document.ready() is fired. What is the best way to achieve this?

I\'ve tried

6条回答
  •  Happy的楠姐
    2020-12-01 04:43

    In order to use jQuery inside Angular only declare the $ as following: declare var $: any;

提交回复
热议问题