stevermeister / guess-js-angular-demo

Home Page:https://guess-js-angular-demo.firebaseapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guess.js Angular demo

Data-driven bundling with Guess.js.

Usage

Since you'll not be able to access the Google Analytics data the current project uses, explore the configuration at extend.webpack.js.

You will notice that the last plugin in this ejected Angular CLI application is GuessPlugin which has quite minimalistic setup:

new GuessPlugin({

  // View ID for your Google Analytics project
  GA: 'XXXXXXXXX',

  // Optional
  period: {
    startDate: new Date('2016-1-2'),
    endDate: new Date('2018-2-24'),
  }
})

The project also defines a routeFormatter which is an optional property that you'll most likely not need.

License

MIT

About

https://guess-js-angular-demo.firebaseapp.com


Languages

Language:TypeScript 90.3%Language:JavaScript 5.2%Language:HTML 4.3%Language:CSS 0.2%