mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
use forRoot on app router, whitelist ngx on server
This commit is contained in:
@@ -11,6 +11,9 @@ module.exports = {
|
||||
},
|
||||
target: 'node',
|
||||
externals: [nodeExternals({
|
||||
whitelist: [/@angular/, /@ng/]
|
||||
whitelist: [
|
||||
/@angular/,
|
||||
/@ng/,
|
||||
/ngx/]
|
||||
})],
|
||||
};
|
||||
|
Reference in New Issue
Block a user