购物网站建设的意义与目的,衡水哪家制作网站好,那个网站做效果图电脑配置,做护肤品好的网站好Angular9或10及以后的版本#xff0c;如果自定义的类上面没有写装饰器的话#xff0c;编译后在Browser平台不会报错#xff0c;但是在执行打包命令npm run build --prod时就会报错如下所示#xff1a;
error NG2007: Class is using Angular features but is not decorate…Angular9或10及以后的版本如果自定义的类上面没有写装饰器的话编译后在Browser平台不会报错但是在执行打包命令npm run build --prod时就会报错如下所示
error NG2007: Class is using Angular features but is not decorated. Please add an explicit Angular decorator.
Directive()
export class BaseEntity {
}// 或Component({selector: aaaa, template:})
export class BaseEntity {
}