diff --git a/src/app/components/app-setup/app-setup.component.scss b/src/app/components/app-setup/app-setup.component.scss index f21f04ee05569edae10aee054c629b74b625c87c..8cf82ff5c3de05fd78d557ad64dd17c84f9bffa9 100644 --- a/src/app/components/app-setup/app-setup.component.scss +++ b/src/app/components/app-setup/app-setup.component.scss @@ -6,8 +6,6 @@ margin-bottom: 2em; min-height: 110px; - // @WARNING ::ng-deep est déprécié, mais y a rien d'autre pour - // l'instant (en attente de normalisation par le W3C) ::ng-deep .mat-card-header-text { margin: 0; } diff --git a/src/app/components/generic-calculator/calculator.component.scss b/src/app/components/generic-calculator/calculator.component.scss index 86ee927526a79e70fdc5851e00e14613106f92ac..e10f322335ea2b461e719939b14e1d4507918859 100644 --- a/src/app/components/generic-calculator/calculator.component.scss +++ b/src/app/components/generic-calculator/calculator.component.scss @@ -68,8 +68,6 @@ mat-card { } } - // @WARNING ::ng-deep est déprécié, mais y a rien d'autre pour - // l'instant (en attente de normalisation par le W3C) ::ng-deep .mat-card-header-text { margin: 0; } diff --git a/src/app/formulaire/ngparam.ts b/src/app/formulaire/ngparam.ts index a76a934ffbc26dea8d725d3010265fbc1c99ed1c..5bfa5e187603bc0bd787f0b4f7d09b0b09a7dc7c 100644 --- a/src/app/formulaire/ngparam.ts +++ b/src/app/formulaire/ngparam.ts @@ -107,7 +107,7 @@ export class NgParameter extends InputField implements Observer { // calculated param ? if (targetParam.valueMode === ParamValueMode.CALCUL) { // was the result already computed ? - // @WARNING .result might be set but the computation might have failed (dichotomy for ex.) + // .result might be set but the computation might have failed (dichotomy for ex.) if (ref.nub.result) { if (ref.hasMultipleValues()) { // compact representation