MCPcopy Index your code
hub / github.com/NativeScript/nativescript-angular / ngOnDestroy

Method ngOnDestroy

tests/app/base.component.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 ngOnDestroy() {
16 this.log("destroy");
17 }
18
19 private log(method: string) {
20 this.hooksLog.next([...this.hooksLog.value, this.name + "." + method]);

Callers

nothing calls this directly

Calls 1

logMethod · 0.95

Tested by

no test coverage detected