在 Angular 中创建组件 假设我们要创建一个CustomButton组件。当我们在 React 中创建这个组件时,它看起来类似于: //imports export const CustomBu …