chore: Quellcode der bestehenden Angular-Anwendung für die Entwicklung hinzugefügt.
This commit is contained in:
9
ClientApp/staff-db-ui/ngcc.config.js
Normal file
9
ClientApp/staff-db-ui/ngcc.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
packages: {
|
||||
'devextreme-angular': {
|
||||
ignorableDeepImportMatchers: [
|
||||
/devextreme\//
|
||||
]
|
||||
},
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user