We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dfa9ba commit 448c51fCopy full SHA for 448c51f
2 files changed
projects/ngqp-demo/src/app/demo.component.html
@@ -14,7 +14,7 @@
14
<a class="nav-item" routerLink="/docs" routerLinkActive="active">
15
<span class="nav-link">Documentation</span>
16
</a>
17
- <a class="nav-item" href="/api-docs" (click)="onSwitchToApiDocs()">
+ <a class="nav-item" href="/api-docs">
18
<span class="nav-link">API</span>
19
20
</div>
projects/ngqp-demo/src/app/demo.component.ts
@@ -27,8 +27,4 @@ export class DemoComponent {
27
analytics.startTracking(router);
28
}
29
30
- public onSwitchToApiDocs() {
31
- this.analytics.trackEvent(`Switched to API Docs`);
32
- }
33
-
34
0 commit comments