on package.json, on "scripts", add the param --disableHostCheck=true
Like:
"scripts": {"start": "ng serve --host=0.0.0.0 --configuration=dev --disableHostCheck=true"}
on package.json, on "scripts", add the param --disableHostCheck=true
Like:
"scripts": {"start": "ng serve --host=0.0.0.0 --configuration=dev --disableHostCheck=true"}