This project was generated with Angular CLI version 1.2.3.
The command used for that is:
sudo npm install -g @angular/cli
ng new angular4-on-nginx-with-dockerThe installed npm packages are:
npm ls --depth=0
# [email protected] /home/amine/docker-project/angular4-on-nginx-with-docker/nginx/frontend
# ├── @angular/[email protected]
# ├── @angular/[email protected]
# ├── @angular/[email protected]
# ├── @angular/[email protected]
# ├── @angular/[email protected]
# ├── @angular/[email protected]
# ├── @angular/[email protected]
# ├── @angular/[email protected]
# ├── @angular/[email protected]
# ├── @angular/[email protected]
# ├── @angular/[email protected]
# ├── @angular/[email protected]
# ├── @types/[email protected]
# ├── @types/[email protected]
# ├── @types/[email protected]
# ├── [email protected]
# ├── [email protected]
# ├── [email protected]
# ├── [email protected]
# ├── [email protected]
# ├── [email protected]
# ├── [email protected]
# ├── [email protected]
# ├── [email protected]
# ├── [email protected]
# ├── [email protected]
# ├── [email protected]
# ├── [email protected]
# ├── [email protected]
# ├── [email protected]
# └── [email protected]The angular application is working correctly through npm start
docker-compose up -d --builddocker inspect angular4onnginxwithdocker_nginx_1 | grep IPA
"SecondaryIPAddresses": null,
"IPAddress": "",
"IPAMConfig": null,
"IPAddress": "172.18.0.2",Open your browser on 172.18.0.2
The landing page is stoping at Loading....
No error message is found in the console.