Monday 8 April 2013

Set the startup page in an ASP.NET MVC 4


Go to your project's properties and set the start page property.

1) Go to the project's Properties
2) Go to the Web tab
3) Select the Specific Page radio button
4) Type in the desired url in the Specific Page text box

How to reduce angular CLI build time

 Index: ----- I am using angular cli - 7 and I am going to tell how to reduce the build time as per my knowledge. Problem: -------- Now the ...