ldulary
Results
1
issues of
ldulary
Considering this super class : ``` import { Directive, OnDestroy } from '@angular/core'; import { Subject } from 'rxjs'; @Directive() export class Destroy implements OnDestroy { protected destroyed$ = new...
enhancement