angular 4200 on ec2 access is localhost code example
Example 1: angular 4200 on ec2 access is localhost
ng serve --host=0.0.0.0 --disable-host-check
Example 2: angular 4200 on ec2 access is localhost
ng serve -host 0.0.0.0
ng serve --host=0.0.0.0 --disable-host-check
ng serve -host 0.0.0.0