What is ng run
ng run
runs specific task defined in angular.json.
usage
ng run project:[target]
Target is defined in angular.json file. Bellow is list of available targets.

Examples
ng run project-name:lint
ng run project-name:serve
project-name is also written in angular.json.
In bellow exmaple, md-blog
is project name
