Several fixes

- added organizations
- added industries
- added logo in 2 colors for light and dark theme
- improved authorization to allow multi tenancy
This commit is contained in:
Murat Özkorkmaz
2025-11-13 19:56:50 +01:00
parent 5d029221db
commit e901aefbf5
28 changed files with 997 additions and 134 deletions

View File

@@ -71,3 +71,12 @@ 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)
```
### Create new service
```bash
ng generate s pages/service/organization.service
CREATE src/app/pages/service/organization.service.spec.ts (387 bytes)
CREATE src/app/pages/service/organization.service.ts (123 bytes)
```