Skip to content

Instantly share code, notes, and snippets.

View samuelsherrer's full-sized avatar

Samuel Sherrer samuelsherrer

  • Tech Manager - Acerto
  • Belo Horizonte
View GitHub Profile
export class SeuComponente implements OnDestroy {
private _simpleSubscription: Subscription = new Subscription();
}
import { OnDestroy } from '@angular/core';
import { Subscription } from 'rxjs/Subscription';