Skip to content

Commit

Permalink
Upgrade to angular 5 (#633)
Browse files Browse the repository at this point in the history
* Upgrade to angular 5

* Add dependencies

* Update karma conf

* Remove d3 as a peer dependency

* Add angular compiler option
  • Loading branch information
marjan-georgiev committed Nov 16, 2017
1 parent d73d593 commit 5ff7ea1
Show file tree
Hide file tree
Showing 12 changed files with 1,548 additions and 2,093 deletions.
8 changes: 4 additions & 4 deletions config/karma.conf.js
Expand Up @@ -6,11 +6,11 @@ module.exports = function(config) {
singleRun: true,
frameworks: ['jasmine'],
exclude: [],
files: [
{ pattern: './config/spec-bundle.js', watched: false }
files: [
{ pattern: './config/spec-bundle.js', watched: false }
],
preprocessors: {
'./config/spec-bundle.js': ['coverage', 'webpack', 'sourcemap']
preprocessors: {
'./config/spec-bundle.js': ['coverage', 'webpack', 'sourcemap']
},
webpack: testWebpackConfig({ env: 'test' }),
webpackMiddleware: { stats: 'errors-only'},
Expand Down

0 comments on commit 5ff7ea1

Please sign in to comment.