Closed mailok closed 5 years ago
Why can not I use the decorators in a file that is not a component? I write that in my helper.ts
@Getter(GetterType.ERROR) getterError;
but show me error. i what export getterError
Decorator cannot be used by such usage. You need to use it with class declaration, method, accessor or property. https://www.typescriptlang.org/docs/handbook/decorators.html
Why can not I use the decorators in a file that is not a component? I write that in my helper.ts
but show me error. i what export getterError