mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
added preserveWhitespaces to angularCompilerOptions
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
<span>{{'submission.general.save' | translate}}</span>
|
<span>{{'submission.general.save' | translate}}</span>
|
||||||
</button>
|
</button>
|
||||||
<button type="button"
|
<button type="button"
|
||||||
class="btn btn-info ml-1 mr-1"
|
class="btn btn-info"
|
||||||
id="saveForLater"
|
id="saveForLater"
|
||||||
[disabled]="(processingSaveStatus | async)"
|
[disabled]="(processingSaveStatus | async)"
|
||||||
(click)="saveLater($event)">
|
(click)="saveLater($event)">
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": "../tsconfig.json",
|
"extends": "../tsconfig.json",
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
"entryModule": "./modules/app/browser-app.module#BrowserAppModule"
|
"entryModule": "./modules/app/browser-app.module#BrowserAppModule",
|
||||||
|
"preserveWhitespaces": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"extends": "./tsconfig.server.json",
|
"extends": "./tsconfig.server.json",
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
"entryModule": "./modules/app/server-app.module#ServerAppModule"
|
"entryModule": "./modules/app/server-app.module#ServerAppModule",
|
||||||
|
"preserveWhitespaces": true
|
||||||
},
|
},
|
||||||
"exclude": []
|
"exclude": []
|
||||||
}
|
}
|
||||||
|
@@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"extends": "../tsconfig.json",
|
"extends": "../tsconfig.json",
|
||||||
"angularCompilerOptions": {
|
"angularCompilerOptions": {
|
||||||
"entryModule": "./modules/app/server-app.module#ServerAppModule"
|
"entryModule": "./modules/app/server-app.module#ServerAppModule",
|
||||||
|
"preserveWhitespaces": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user