Skip to content

Commit

Permalink
docs(angular): add testimonials
Browse files Browse the repository at this point in the history
  • Loading branch information
chihab committed Nov 21, 2024
1 parent 8f97be2 commit d595361
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 5 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,18 +152,30 @@ await build({
[`@ngx-env/builder`](https://www.npmjs.com/package/@ngx-env/builder) is a plugin for Angular CLI and a wrapper around `@dotenv-run/esbuild` or `@dotenv-run/webpack` that can be used to inject environment variables into your Angular applications.

- ✅ Official recommendation in [dotenv documentation](https://www.dotenv.org/docs/frameworks/angular/vercel) 🔥
- ✅ Runtime environment variables (Experimental) 🎉
- ✅ Webpack and ESBuild support 🚀
- ✅ Runtime environment variables 🎉
- ✅ Loading priorities of environment variables with Monorepo Support ([Nx](https://nx.dev), [Turbo](https://turbo.build/), etc.) ✨
- ✅ Easy to use, no configuration required
- ✅ Up to date with latest Angular versions
- ✅ Supports all Angular CLI commands
- ✅ Supports all Angular CLI commands (Karma is not supported on v19)
- ✅ Supports `process.env` and `import.meta.env` usage in TypeScript
- ✅ Filters sensitive variables using a Regular Expression
- ✅ Used by popular repositories
- [Official Microsoft Azure Samples](https://github.com/Azure-Samples/contoso-real-estate) ![GitHub Repo stars](https://img.shields.io/github/stars/Azure-Samples/contoso-real-estate)
- [Official Quarkus Workshop](https://github.com/quarkusio/quarkus-workshops) ![GitHub Repo stars](https://img.shields.io/github/stars/quarkusio/quarkus-workshops)
- [Scholarsome by Redhat](https://github.com/hwgilbert16/scholarsome) ![GitHub Repo stars](https://img.shields.io/github/stars/hwgilbert16/scholarsome)
- [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

## Testimonials

[motdotla](https://github.com/motdotla) - dotenv author and maintainer @**dotenvx**
![motdotla](packages/angular/motdotla.png)
NB: Angular not Angular.js :P

[manekinekko](https://github.com/manekinekko) - SSE @**microsoft**
![manekinekko](packages/angular/manekinekko.png)

#### Demos

- [v17 with vite/esbuild builder](https://stackblitz.com/edit/ngx-env-3ey8js?file=src%2Fapp.component.ts)
Expand Down
15 changes: 12 additions & 3 deletions packages/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

- ✅ Official recommendation in [dotenv documentation](https://www.dotenv.org/docs/frameworks/angular/vercel) 🔥
- ✅ Webpack and ESBuild support 🚀
- ✅ Runtime environment variables (Experimental) 🎉
- ✅ Runtime environment variables 🎉
- ✅ Loading priorities of environment variables with Monorepo Support ([Nx](https://nx.dev), [Turbo](https://turbo.build/), etc.) ✨
- ✅ Easy to use, no configuration required
- ✅ Up to date with latest Angular versions
- ✅ Supports all Angular CLI commands
- ✅ Supports all Angular CLI commands (Karma is not supported on v19)
- ✅ Supports `process.env` and `import.meta.env` usage in TypeScript
- ✅ Filters sensitive variables using a Regular Expression
- ✅ Used by popular repositories
Expand All @@ -23,9 +23,18 @@
- [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

## Testimonials

[motdotla](https://github.com/motdotla) - dotenv author and maintainer @**dotenvx**
![alt text](motdotla.png)
NB: He meant Angular not Angular.js :)

[manekinekko](https://github.com/manekinekko) - SSE @**microsoft**
![Wassim Chegham](manekinekko.png)

## Quick Demo

- [v17 with vite/esbuild builder](https://stackblitz.com/edit/ngx-env-3ey8js?file=src%2Fapp.component.ts)
- [v18 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
Binary file added packages/angular/manekinekko.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/angular/motdotla.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d595361

Please sign in to comment.