File

test/fixtures/sample-files/bar.service.ts

Index

Methods

Constructor

constructor()

Methods

ngOnDestroy
ngOnDestroy()
Returns : void
import { Injectable } from '@angular/core';

@Injectable()
export class BarService implements OnDestroy {
    constructor() {}

    ngOnDestroy(): void {}
}

results matching ""

    No results matching ""