import 'reflect-metadata'; import { singleton } from 'tsyringe'; @singleton() export class SharingService { public imageNFC: string | null = null; }