Browse Source

[wip]

家族情報のserviceで関数を作成中
poohr 3 weeks ago
parent
commit
5cdce6cd42
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/app/services/family-service.ts

+ 1
- 1
src/app/services/family-service.ts View File

@@ -42,7 +42,7 @@ export class FamilyService {
42 42
   }
43 43
 
44 44
   addFamily(family: Family) {
45
-
45
+    this.families.push(family);
46 46
   }
47 47
   // updateFamily(family: Family);
48 48
   // deleteFamily(id: string);

Loading…
Cancel
Save