Merge pull request #2934 from 4Science/DURACOM-248-ANGULAR-17

Upgrade to angular 17
This commit is contained in:
Tim Donohue
2024-04-15 15:15:10 -05:00
committed by GitHub
42 changed files with 2377 additions and 2516 deletions

View File

@@ -7,14 +7,14 @@ import { NotificationAnimationsType } from '../app/shared/notifications/models/n
export const environment: BuildConfig = {
production: false,
// Angular Universal settings
universal: {
preboot: true,
async: true,
time: false,
// Angular SSR settings
ssr: {
enabled: true,
enablePerformanceProfiler: false,
inlineCriticalCss: true,
},
// Angular Universal server settings.
// Angular express server settings.
ui: {
ssl: false,
host: 'dspace.com',