Skip to content

Commit

Permalink
expose analytics conf in info object too GA #1
Browse files Browse the repository at this point in the history
  • Loading branch information
syjer committed Jun 19, 2019
1 parent b818fd9 commit f162a8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/model/info.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { AnalyticsConfiguration } from './analytics-configuration';

export class Info {
demoModeEnabled: boolean;
devModeEnabled: boolean;
prodModeEnabled: boolean;
analyticsConfiguration: AnalyticsConfiguration;
}

0 comments on commit f162a8a

Please sign in to comment.