[affected:*][ci:force] Migration to 17 - Mission Possible

This commit is contained in:
Vito Albano
2024-03-20 09:21:47 +00:00
parent ae010e312d
commit 3954489444
57 changed files with 8367 additions and 24234 deletions
+1 -1
View File
@@ -192,7 +192,7 @@
}
},
"lint": {
"executor": "@nrwl/linter:eslint",
"executor": "@nx/eslint:lint",
"options": {
"lintFilePatterns": ["demo-shell/**/*.ts", "demo-shell/**/*.html"]
}
@@ -4,6 +4,9 @@
overflow: auto;
}
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
/* TODO(mdc-migration): The following rule targets internal classes of tabs that may no longer apply for the MDC version. */
.app-cloud-layout-tab-body #{$mat-tab-body-content} {
height: 100%;
}
@@ -64,7 +64,7 @@
<br>
<div *ngIf="selectedContextAction">
<span>Process Instance ID: {{ selectedContextAction.id }}</span><br>
<span>Action Type}: {{ selectedContextAction.actionType }}</span>
<span>Action Type: {{ selectedContextAction.actionType }}</span>
</div>
</div>
</div>