Updated menu visibility
This commit is contained in:
10
README.md
10
README.md
@@ -64,10 +64,10 @@ For more information on using the Angular CLI, including detailed command refere
|
|||||||
### Create new component
|
### Create new component
|
||||||
|
|
||||||
```bash
|
```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/pages/immo-manager/billing/billing.scss (0 bytes)
|
||||||
CREATE src/app/app/immo-manager/billing/billing.spec.ts (535 bytes)
|
CREATE src/app/pages/immo-manager/billing/billing.spec.ts (535 bytes)
|
||||||
CREATE src/app/app/immo-manager/billing/billing.ts (190 bytes)
|
CREATE src/app/pages/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.html (22 bytes)
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user