constructor

    ngInit

    ngAfterViewInit//视图加载完后

    ngOnDestory

    ngDoCheck(){}
    //数据改变 这个函数会执行