Ionic2 How to use JQuery Plugin in Page

后端 未结 2 662
Happy的楠姐
Happy的楠姐 2020-12-18 04:51

I\'m a newbie of ionic 2, i create project and need to jquery plugin link colorbox, slick-carousel...

I\'ve run the command in a terminal

npm install         


        
2条回答
  •  半阙折子戏
    2020-12-18 05:36

    If anyone it reading this in 2017:

    The page event ionViewLoaded() is not valid anymore. It is ionViewDidLoad() in the current RC4 version.

    For future reference: http://ionicframework.com/docs/v2/api/navigation/NavController/#lifecycle-events

提交回复
热议问题