Skip to content

Instantly share code, notes, and snippets.

export class SeuComponente implements OnDestroy {
private _simpleSubscription: Subscription = new Subscription();
}
import { OnDestroy } from '@angular/core';
import { Subscription } from 'rxjs/Subscription';