Updated menu visibility
This commit is contained in:
14
README.md
14
README.md
@@ -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)
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user