Skip to content

Commit 7e40f5c

Browse files
committed
fix warnings, update package-lock, update versions
1 parent c532f28 commit 7e40f5c

File tree

4 files changed

+2462
-2457
lines changed

4 files changed

+2462
-2457
lines changed

angular/angular.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:browser",
1515
"options": {
16+
"allowedCommonJsDependencies": [
17+
"devextreme",
18+
"devextreme-angular"
19+
],
1620
"outputPath": "dist/getting-started-with-dropdownbutton",
1721
"index": "src/index.html",
1822
"main": "src/main.ts",

angular/ngcc.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
packages: {
3+
'devextreme-angular': {
4+
ignorableDeepImportMatchers: [
5+
/devextreme\//
6+
]
7+
},
8+
}
9+
};

0 commit comments

Comments
 (0)