All Projects → coding-latte → using-angular-docker-environment-variables

coding-latte / using-angular-docker-environment-variables

Licence: other
Using OS Environment Variables in Angular (with Docker)

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to using-angular-docker-environment-variables

angular-kanban
Simple Kanban board with local storage
Stars: ✭ 18 (-35.71%)
Mutual labels:  angular7
kt2ts-gradle-plugin
Generate TypeScript from Kotlin (or any jvm language) by annotations
Stars: ✭ 15 (-46.43%)
Mutual labels:  angular7
ngx-carousel
Angular Universal carousel is an lightweight , touchable and responsive library
Stars: ✭ 14 (-50%)
Mutual labels:  angular7
Ng-Prime
Angular + PrimeNg
Stars: ✭ 88 (+214.29%)
Mutual labels:  angular7
SPM-DashBoard-Angular-7
Practice Application SPM DashBoard
Stars: ✭ 16 (-42.86%)
Mutual labels:  angular7
GPS-Mobile-Tracking-App
Angular 9.0 HTML Bootstrap NodeJS and MYSQL App - Store GPS Mobile Browser Location
Stars: ✭ 32 (+14.29%)
Mutual labels:  angular7
angular-youtube-player
Simple youtube player created with angular and typescript. See demo.
Stars: ✭ 35 (+25%)
Mutual labels:  angular7
ionic4-datepicker
Ionic 4 Datepicker component
Stars: ✭ 78 (+178.57%)
Mutual labels:  angular7
angular-code-input
Code (number/chars/otp/password) input component for angular 7, 8, 9, 10, 11, 12+ projects including Ionic 4, 5 +
Stars: ✭ 112 (+300%)
Mutual labels:  angular7
angular-rollbar-source-maps
Angular 2+ implementation to upload sourcemaps to Rollbar
Stars: ✭ 17 (-39.29%)
Mutual labels:  angular7
core
Core and Admin UI for Angular7+ web applications
Stars: ✭ 47 (+67.86%)
Mutual labels:  angular7
ng-pdf-highlighter
PDF annotation with angular7
Stars: ✭ 15 (-46.43%)
Mutual labels:  angular7
angular-material8-custom-theme
Angular Material 8 Custom Theme - Learn to create Angular Material 8 custom theme from scratch in less than 5 minutes in an Angular 8 project.
Stars: ✭ 16 (-42.86%)
Mutual labels:  angular7
okta-spring-boot-2-angular-7-example
A Cool Cars Example that showcases Spring Boot 2.1, Angular 7, and Okta's support for both.
Stars: ✭ 87 (+210.71%)
Mutual labels:  angular7
nx-ng-nest-universal
Nx Workspace with a seperated Nest App for Angular Universal SSR.
Stars: ✭ 32 (+14.29%)
Mutual labels:  angular7
Angular-Cordova-Google-PlayStore-Publish
How to publish Angular app to Google Play Store using Cordova
Stars: ✭ 25 (-10.71%)
Mutual labels:  angular7
angular-8-boilerplate
Angular 8 Boilerplate with bootstrap
Stars: ✭ 23 (-17.86%)
Mutual labels:  angular7
angular-enterprise-application-development-samples
Angular Enterprise Application Development Samples. 《Angular企业级应用开发实战》源码
Stars: ✭ 38 (+35.71%)
Mutual labels:  angular7
angular-progress-bar
This component allow you to easy incorporate progress-bar to angular/ionic project, providing binding and color options
Stars: ✭ 26 (-7.14%)
Mutual labels:  angular7
TASK-Management-System
Spring Boot and Angular 7 web application for task management .
Stars: ✭ 34 (+21.43%)
Mutual labels:  angular7

Using OS Environment Variables in Angular (with Docker)

This is demo, to show you how you can pass configuration through OS Environment Variables to your angular application during build.

To run this demo,

  1. First, clone this repo: git clone https://github.com/coding-latte/using-angular-docker-environment-variables.git

  2. And then, build the docker image: docker build --rm -f "dockerfile" -t angular-docker-environment-variables:latest .

  3. And finally run the image you just built: docker build --rm -f "dockerfile" -t angular-docker-environment-variables:latest .

You can learn more about this here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].