## Examples {% tabs %} {% tab label="Basic Usage" %} To add karma to project, run the following command. ```bash nx g @nx/angular:karma-project --project=myapp ``` {% /tab %} {% /tabs %}