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 c5219a1 commit b31f029Copy full SHA for b31f029
docs/installation-without-cli.md
@@ -33,10 +33,9 @@ export class AppModule {}
33
```
34
35
**If you use [Angular router](https://angular.io/guide/router) and want to automatically track page views**, you may
36
-optionally install the router adapter
37
-([see documentation below](#tracking-page-views-with-angular-router)):
+optionally install the router adapter:
38
39
-Run `npm install --save @ngx-matomo/router` or `yarn add @ngx-matomo/router`
+`npm install --save @ngx-matomo/router` or `yarn add @ngx-matomo/router`
40
41
Then import `NgxMatomoRouterModule` into your root module:
42
0 commit comments