I am creating a dist folder for deployment on dev server using ng build
command in angular cli. will it include node_modules also or do i need to copy node_modules separately in dev server?
Also can we change node_modules folder path from schema attribute in angular.json?