mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 23:13:04 +00:00
Moved Shibboleth route to DECLARATIONS array
This commit is contained in:
@@ -112,7 +112,8 @@ const DECLARATIONS = [
|
||||
FooterComponent,
|
||||
PageNotFoundComponent,
|
||||
NotificationComponent,
|
||||
NotificationsBoardComponent
|
||||
NotificationsBoardComponent,
|
||||
ShibbolethComponent
|
||||
];
|
||||
|
||||
const EXPORTS = [
|
||||
@@ -128,8 +129,7 @@ const EXPORTS = [
|
||||
...PROVIDERS
|
||||
],
|
||||
declarations: [
|
||||
...DECLARATIONS,
|
||||
ShibbolethComponent,
|
||||
...DECLARATIONS
|
||||
],
|
||||
exports: [
|
||||
...EXPORTS
|
||||
|
Reference in New Issue
Block a user