I have been writing a custom method decorator in typescript for Angular2.
The decorator needs to have access to the 'ApplicationRef'.
Is it possible to inject into method decorators? If not, how else can i access the applicationRef?
I have been writing a custom method decorator in typescript for Angular2.
The decorator needs to have access to the 'ApplicationRef'.
Is it possible to inject into method decorators? If not, how else can i access the applicationRef?