Commit 3e74da53 authored by Mathias Chouet's avatar Mathias Chouet :spaghetti:
Browse files

Màj README.md

Showing with 3 additions and 0 deletions
+3 -0
......@@ -106,6 +106,9 @@ Custom Material SVG Icons will only show up when the application is deployed on
export class Toto extends Nub {
constructor(prms: TotoParams, dbg: boolean = false) {
super(prms, dbg);
// paramètre à calculer par défaut
this._defaultCalculatedParam = prms.A;
this.resetDefaultCalculatedParam();
}
/**
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment