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:
@@ -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)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user