Skip to content

Commit f291616

Browse files
Merge pull request #94 from danduh/ng-process-env
Add ng-process-env builder repository to the list of available Angular builders.
2 parents a728109 + 785bfc5 commit f291616

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/assets/builders.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,14 @@
6464
"description": "Angular CLI builder that adds the Google Maps API into your Angular application.",
6565
"repository": "https://github.com/Developer-Plexscape/ng-builder-google-maps"
6666
},
67-
{
67+
{
6868
"name": "ngx-aws-deploy",
6969
"description": "Deploy Angular apps to Amazon S3 using the Angular CLI",
7070
"repository": "https://github.com/Jefiozie/ngx-aws-deploy"
71+
},
72+
{
73+
"name": "ng-process-env",
74+
"description": "Retrieve values from System Environment (OS) variables and update relevant <code>environment.ts</code> file.<ul><li>Install: <code>ng add ng-process-env</code> or manually <code>ng g ng-process-env:process-env</code></li><li>Collect vars: <code> ng run my-app:collect-vars </code></li></ul>",
75+
"repository": "https://github.com/danduh/ng-process-env"
7176
}
7277
]

0 commit comments

Comments
 (0)