i am declaring a subscription in Angular like this:
counterSubscription: Subscription
and it is giving me this error:
Property 'counterSubscription' has no initializer and is not definitely assigned in the constructor.
So what could be the initial value of a Subscription
please?