Skip to content

Commit

Permalink
doc: remove link to nx sample workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
chihab committed Feb 28, 2024
1 parent cfe2e87 commit 24054b2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@
- [Dan Wahlin's Angular-JumpStart](https://github.com/DanWahlin/Angular-JumpStart) ![GitHub Repo stars](https://img.shields.io/github/stars/DanWahlin/Angular-JumpStart)
- ✅ Active development and support


## Quick Demo

* [v17 with vite/esbuild builder](https://stackblitz.com/edit/ngx-env-3ey8js?file=src%2Fapp.component.ts)
* [v16 with webpack builder](https://stackblitz.com/edit/ngx-env?file=src%2Fapp.component.ts)

- [v17 with vite/esbuild builder](https://stackblitz.com/edit/ngx-env-3ey8js?file=src%2Fapp.component.ts)
- [v16 with webpack builder](https://stackblitz.com/edit/ngx-env?file=src%2Fapp.component.ts)

<h2> Table of contents</h2>

Expand Down Expand Up @@ -388,8 +386,6 @@ declare var process: {
When you have multiple applications in your Nx workspace, you can define common `.env.*` files in the root of your workspace and override them in each application or any other subdirectory below the root. See [Cascading Environment Variables](#cascading-environment-variables) for more details.
You can also checkout the sample Nx workspace [ here](https://github.com/chihab/dotenv-run/packages/angular/tree/main/apps/nx-demo).
# Usage with Docker
@ngx-env/builder can be used with Docker to provide environment-specific configuration during the build and deployment of an Angular application.
Expand Down

0 comments on commit 24054b2

Please sign in to comment.