googleanalytics / autotrack

Automatic and enhanced Google Analytics tracking for common user interactions on the web.
Other
4.92k stars 560 forks source link

Load autotrack in angular via npm #237

Open mstmvd opened 5 years ago

mstmvd commented 5 years ago

I think it's good to add this to readme:

If you are using angular 6 and load autotrack via npm you should add bellow snippet in angular.json file in scripts section:

"scripts": [
    "node_modules/autotrack/autotrack.js"
]