logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

angular数据变化了但是视图没刷新解决办法

ts变量值也发生变化,但是视图没有同步更新。解决办法:import { ChangeDetectorRef, Component, OnInit } from '@angular/core';constructor(privatechangeDetectorRef:ChangeDetectorRef) {}getIndex(activeIndex: any) {this.dotIndex = ac

#angular.js#typescript
到底了