We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c129b62 commit 48a5147Copy full SHA for 48a5147
apps/nativescript-demo-ng/src/tests/detached-loader-tests.ts
@@ -24,11 +24,7 @@ class LoaderComponentBase {
24
</StackLayout>
25
`,
26
})
27
-export class LoaderComponent extends LoaderComponentBase {
28
- ngOnDestroy() {
29
- console.log('destroy');
30
- }
31
-}
+export class LoaderComponent extends LoaderComponentBase {}
32
33
@Component({
34
selector: 'loader-component-on-push',
0 commit comments