ng serve public code example
Example 1: angular open poort in network
ng serve --host 0.0.0.0 --disable-host-check
Example 2: angular ng serve with custom port
ng serve --port 4401
ng serve --host 0.0.0.0 --disable-host-check
ng serve --port 4401