Updated menu visibility

This commit is contained in:
Murat Özkorkmaz
2025-11-04 17:48:26 +01:00
parent a1df61f8fb
commit 21a6b7da8c
18 changed files with 135 additions and 70 deletions

View File

@@ -57,3 +57,17 @@ Angular CLI does not come with an end-to-end testing framework by default. You c
## Additional Resources
For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page.
## Cheat sheet
### Create new component
```bash
ng generate c app/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)
```