send()

in src/app/analytics.service.ts [11:13]


  send(category: string, action: string) {
    ga('send', 'event', category, action);
  }