Skip to content
Snippets Groups Projects
Commit e94eb7b6 authored by mathias.chouet's avatar mathias.chouet
Browse files

Commentaires

parent c744c4b9
No related branches found
No related tags found
1 merge request!29Resolve "Remplacer mdbootstrap par angular-material"
......@@ -218,6 +218,7 @@ export class AppComponent implements OnInit, OnDestroy, Observer {
} else if (sender instanceof FormulaireService) {
switch (data["action"]) {
case "createForm":
// add newly created form to calculators list
const f: FormulaireDefinition = data["form"];
this._calculators.push(
{
......
......@@ -9,6 +9,7 @@
</mat-card-header>
<mat-card-content>
<!-- template-driven form -->
<form>
<!-- précision d'affichage -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment