diff --git a/apps/app/src/app/nx-welcome.ts b/apps/app/src/app/nx-welcome.ts deleted file mode 100644 index 900c36e..0000000 --- a/apps/app/src/app/nx-welcome.ts +++ /dev/null @@ -1,823 +0,0 @@ -import { Component, ViewEncapsulation } from '@angular/core'; -import { CommonModule } from '@angular/common'; - -@Component({ - selector: 'app-nx-welcome', - imports: [CommonModule], - template: ` - - - - -
You can activate distributed tasks executions and caching by running:
-nx connect- - What is Nx Cloud? - -
Here are some things you can do with Nx:
-# Build -nx build -# Test -nx test -# Lint -nx lint -# Run them together! -nx run-many -t build test lint-
nx show project app-
nx graph-
# Generate UI lib -nx g @nx/angular:lib ui -# Add a component -nx g @nx/angular:component ui/src/lib/button-
- Carefully crafted with - -
-