Skip to content

Commit 6d3557a

Browse files
committed
docs(ngx-env): put demo links before testimonials
1 parent d1bdbb6 commit 6d3557a

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,11 @@ await build({
172172
- [Dan Wahlin's Angular-JumpStart](https://github.com/DanWahlin/Angular-JumpStart) ![GitHub Repo stars](https://img.shields.io/github/stars/DanWahlin/Angular-JumpStart)
173173
- ✅ Active development and support
174174

175+
#### Demos
176+
177+
- [v20 with vite/esbuild builder](https://stackblitz.com/edit/ngx-env-3ey8js?file=src%2Fapp.component.ts)
178+
- [v16 with webpack builder](https://stackblitz.com/edit/ngx-env?file=src%2Fapp.component.ts)
179+
175180
## Testimonials
176181

177182
[motdotla](https://github.com/motdotla) - dotenv author and maintainer @**dotenvx**
@@ -182,11 +187,6 @@ NB: Angular not Angular.js :P
182187
[manekinekko](https://github.com/manekinekko) - SSE @**microsoft**
183188
<img src="https://github.com/chihab/dotenv-run/raw/main/packages/angular/manekinekko.png" alt="Description" width="600">
184189

185-
#### Demos
186-
187-
- [v20 with vite/esbuild builder](https://stackblitz.com/edit/ngx-env-3ey8js?file=src%2Fapp.component.ts)
188-
- [v16 with webpack builder](https://stackblitz.com/edit/ngx-env?file=src%2Fapp.component.ts)
189-
190190
#### Quick start
191191

192192
```sh

packages/angular/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
- [Dan Wahlin's Angular-JumpStart](https://github.com/DanWahlin/Angular-JumpStart) ![GitHub Repo stars](https://img.shields.io/github/stars/DanWahlin/Angular-JumpStart)
2424
- ✅ Active development and support
2525

26+
## Quick Demo
27+
28+
- [v20 with vite/esbuild builder](https://stackblitz.com/edit/ngx-env-3ey8js?file=src%2Fapp.component.ts)
29+
- [v16 with webpack builder](https://stackblitz.com/edit/ngx-env?file=src%2Fapp.component.ts)
30+
2631
## Testimonials
2732

2833
[motdotla](https://github.com/motdotla) - dotenv author and maintainer @**dotenvx**
@@ -32,11 +37,6 @@ NB: Angular not Angular.js :)
3237
[manekinekko](https://github.com/manekinekko) - SSE @**microsoft**
3338
![Wassim Chegham](https://github.com/chihab/dotenv-run/raw/main/packages/angular/manekinekko.png)
3439

35-
## Quick Demo
36-
37-
- [v20 with vite/esbuild builder](https://stackblitz.com/edit/ngx-env-3ey8js?file=src%2Fapp.component.ts)
38-
- [v16 with webpack builder](https://stackblitz.com/edit/ngx-env?file=src%2Fapp.component.ts)
39-
4040
<h2> Table of contents</h2>
4141

4242
- [Quick start](#quick-start)

0 commit comments

Comments
 (0)