Skip to content

Commit

Permalink
feat(package): updated angular to v7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Oct 26, 2018
1 parent 6386a76 commit 7a0db70
Show file tree
Hide file tree
Showing 4 changed files with 146 additions and 89 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Expand Up @@ -73,4 +73,4 @@
],
"setupTestFrameworkScriptFile": "<rootDir>/src/setupJest.ts"
}
}
}
4 changes: 4 additions & 0 deletions gulpfile.js
Expand Up @@ -348,6 +348,8 @@ gulp.task('rollup-bundle', (cb) => {
// Angular dependencies
'@angular/core': 'ng.core',
'@angular/common': 'ng.common',
'@angular/forms': 'ng.forms',
'@angular/forms': 'ng.forms',

// Rxjs dependencies
'rxjs/Subject': 'Rx',
Expand All @@ -374,8 +376,10 @@ gulp.task('rollup-bundle', (cb) => {
// Add any other dependency or peer dependency of your library here
// This is required for UMD bundle users.
// See https://github.com/tinesoft/generator-ngx-library/TROUBLESHOUTING.md if trouble
'ng2-avatarl': _.camelCase('ng2-avatarl'.replace('/', '.')),
'@angular/material': _.camelCase('@angular/material'.replace('/', '.')),
' @angular/cdk': _.camelCase(' @angular/cdk'.replace('/', '.')),
' @angular/cdk/collections': _.camelCase(' @angular/cdk/collections'.replace('/', '.')),
' @angular/flex-layout': _.camelCase(' @angular/flex-layout'.replace('/', '.'))

};
Expand Down
199 changes: 125 additions & 74 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7a0db70

Please sign in to comment.