1
0

Added Edit + Create comment funtionality

This commit is contained in:
2020-04-11 20:39:10 -04:00
parent a55c555138
commit c9ec00e984
21 changed files with 330 additions and 46 deletions

View File

@@ -13,6 +13,7 @@
"target": "es2015",
"lib": [
"es2018",
"ESNext",
"dom"
]
},
@@ -20,4 +21,4 @@
"fullTemplateTypeCheck": true,
"strictInjectionParameters": true
}
}
}