Updated menu visibility
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m1s
Build and Push Docker Image / deploy (push) Successful in 4s

This commit is contained in:
Murat Özkorkmaz
2025-11-04 17:50:16 +01:00
parent 21a6b7da8c
commit 5d029221db
5 changed files with 5 additions and 5 deletions

View File

@@ -64,10 +64,10 @@ For more information on using the Angular CLI, including detailed command refere
### Create new component
```bash
ng generate c app/immo-manager/billing
ng generate c pages/immo-manager/billing
CREATE src/app/app/immo-manager/billing/billing.scss (0 bytes)
CREATE src/app/app/immo-manager/billing/billing.spec.ts (535 bytes)
CREATE src/app/app/immo-manager/billing/billing.ts (190 bytes)
CREATE src/app/app/immo-manager/billing/billing.html (22 bytes)
CREATE src/app/pages/immo-manager/billing/billing.scss (0 bytes)
CREATE src/app/pages/immo-manager/billing/billing.spec.ts (535 bytes)
CREATE src/app/pages/immo-manager/billing/billing.ts (190 bytes)
CREATE src/app/pages/immo-manager/billing/billing.html (22 bytes)
```