You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks to help the community.
I succesfully applied meta data using Reflect.defineMetadata... but when i go declarative way i get errors. I think i did not understand the tutorial well please help
import "./reflect-metadata";
export class Address {
@Reflect.metadata("Obsolete","true") <-- this throws error
method() {
}
}
The text was updated successfully, but these errors were encountered:
Thanks to help the community.
I succesfully applied meta data using Reflect.defineMetadata... but when i go declarative way i get errors. I think i did not understand the tutorial well please help
The text was updated successfully, but these errors were encountered: