我是 Angular 的新手,我想找出我错在哪里

I'm new to Angular, I'm trying to figure out where I'm wrong

我不断收到此错误,但我不确定该怎么办?[1] [1]: https://i.stack.imgur.com/mQ3Xo.png

你应该输入数组

private cartItems = [] as Product[];

根据打字稿 eslint 默认规则 https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-as-const.md