Angular has 2 types of build dev build or prod build : ng build or ng build --dev - this is for development build. ng build --prod - this is for production ...
確定! 回上一頁