Skip to content

Commit

Permalink
fix(core): remove angular warnings of deep imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Aug 3, 2020
1 parent 7bbd1eb commit 1fe8092
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions bootstrap3-demo-with-locales/ngcc.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
packages: {
'angular-slickgrid': {
ignorableDeepImportMatchers: [
/slickgrid\//,
/flatpickr/,
/jquery-ui-dist\//,
]
},
}
};
11 changes: 11 additions & 0 deletions bootstrap3-demo-with-translate/ngcc.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
packages: {
'angular-slickgrid': {
ignorableDeepImportMatchers: [
/slickgrid\//,
/flatpickr/,
/jquery-ui-dist\//,
]
},
}
};
11 changes: 11 additions & 0 deletions bootstrap4-demo-with-translate/ngcc.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
module.exports = {
packages: {
'angular-slickgrid': {
ignorableDeepImportMatchers: [
/slickgrid\//,
/flatpickr/,
/jquery-ui-dist\//,
]
},
}
};

0 comments on commit 1fe8092

Please sign in to comment.