Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/live/searchResponsive.php on line 43
Warning: include(./views/auth.php): failed to open stream: Permission denied in /var/www/html/live/loginRightSlider.php on line 18
Warning: include(): Failed opening './views/auth.php' for inclusion (include_path='.:/usr/share/php') in /var/www/html/live/loginRightSlider.php on line 18
Please provide Mobile
OTP has been sent to
otpSentTo
Please provide Email
+91
Resend Otp
Skip
Cancel
Change Password
OTP has been sent to
otpSentTo
OTP on Email
+91
Resend OTP
countDisplay
Cancel
Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/html/live/makepost.php on line 52
The dist folder is the build folder, and it contains all of the files and directories that can be hosted on a server. The dist folder contains your angular application's transpiled code in JavaScript format, as well as the required html and CSS files.
The abbreviation dist refers to a directory where files can be stored that can be used directly by others without the requirement to compile or minify the source code that is being reused.
Also, what is the purpose of ng serve? The following is taken directly from the documents: By using ng serve, the CLI can provide users with a live browser refresh experience. When you save a file, this will build the application and reload the browser with the newly compiled application. This is accomplished by hosting the app in memory and serving it through webpack-dev-server.