Add taskList addition system.

This commit is contained in:
2022-02-20 23:35:12 +01:00
parent eb453c6852
commit bc5209b60e
13 changed files with 212 additions and 12 deletions

View File

@@ -20,9 +20,11 @@
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
"@types/uuid": "^8.3.4",
"ngx-cookie-service": "^12.0.3",
"rxjs": "~6.6.0",
"tslib": "^2.3.0",
"uuid": "^8.3.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
@@ -39,4 +41,4 @@
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.3.5"
}
}
}