docs: update shared example dependencies to Angular 7 and CLI 7 (#25892)

PR Close #25892
This commit is contained in:
Brandon Roberts
2018-09-07 07:39:58 -05:00
committed by Jason Aden
parent 8e71ad6027
commit 2a14dfa4ba
21 changed files with 2006 additions and 4163 deletions

View File

@ -16,13 +16,10 @@ module.exports = function (config) {
clearContext: false // leave Jasmine Spec Runner output visible in browser
},
coverageIstanbulReporter: {
dir: require('path').join(__dirname, 'coverage'),
dir: require('path').join(__dirname, '../coverage'),
reports: ['html', 'lcovonly'],
fixWebpackSourcePaths: true
},
angularCli: {
environment: 'dev'
},
reporters: ['progress', 'kjhtml'],
port: 9876,
colors: true,
@ -31,4 +28,4 @@ module.exports = function (config) {
browsers: ['Chrome'],
singleRun: false
});
};
};