feat(challenge26): generator feature component

This commit is contained in:
thomas
2023-06-26 22:30:15 +02:00
parent d31ea29032
commit 2a8b8ea59e
17 changed files with 349 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "@angular-challenges/fake-utils",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false
}