Add button to show task addition pane.

This commit is contained in:
florian
2021-10-20 14:01:23 +02:00
parent 89b50142c7
commit ee3a24d238
10 changed files with 116 additions and 6 deletions

View File

@@ -11,10 +11,12 @@
"private": true,
"dependencies": {
"@angular/animations": "~12.2.0",
"@angular/cdk": "^12.2.10",
"@angular/common": "~12.2.0",
"@angular/compiler": "~12.2.0",
"@angular/core": "~12.2.0",
"@angular/forms": "~12.2.0",
"@angular/material": "^12.2.10",
"@angular/platform-browser": "~12.2.0",
"@angular/platform-browser-dynamic": "~12.2.0",
"@angular/router": "~12.2.0",
@@ -37,4 +39,4 @@
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.3.5"
}
}
}