Skip to content
Snippets Groups Projects
Commit b393d44f authored by OZGCloud's avatar OZGCloud
Browse files

OZG-2416 extend readme by "delete library"

parent 8246746d
Branches
Tags
No related merge requests found
......@@ -44,11 +44,17 @@ Libraries are sharable across libraries and applications. They can be imported f
Run
```bash
ng g component my-component --project=my-app
ng g component 'component-name' --project=my-app
```
to generate a new component.
## Delete a generated Library
```bash
nx g @nrwl/workspace:remove 'library-name'
```
## Allgemein
Man kann mit Hilfe von `nx --help` eine Liste von Befehlen mit kurzen Erläuterung bekommen.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment