使用轮播图组件 小圆点处报错 解决方法: //引入依赖 import { ChangeDetectionStrategy } from '@angular/core'; @Component({ //新增这一行 changeDetection: ChangeDetectionStrategy.OnPush, selector: 'my-app', templateUrl: './app.component.html', styleUrls: ['./app.component.css'] })