文件名称:angular-amplitude:角度js的振幅包装器
文件大小:2KB
文件格式:ZIP
更新时间:2024-08-04 22:33:09
Amplitude JS API 的角度包装器 使用示例 从以下位置获取 api 密钥: : 创建这样的服务: app . service ( 'Amplitude' , function ( $amplitude , $rootScope , amplitudeApiKey , $location ) { function init ( ) { $amplitude . init ( amplitudeApiKey ) ; // if using angular-ui-router $rootScope . $on ( '$locationChangeStart' , function ( ) { logEvent ( 'visited_app_page' , { page : $location . $$path } ) ; }
【文件预览】:
angular-amplitude-master
----.gitignore(29B)
----README.md(787B)
----bower.json(501B)
----angular-amplitude.js(1KB)