Adding Module with Routing in Angular
The angular cli for creating another module with its routing. ng g module /admin/home –routing –module=app The above command will create a module inside admin/home with it’s routing in module
The angular cli for creating another module with its routing. ng g module /admin/home –routing –module=app The above command will create a module inside admin/home with it’s routing in module
Some cases, our clients (SharePoint Client) may request to change the session time out of SharePoint sites. It is allowed to set timeout of the user session in SharePoint so
This error occurs because of missing dev dependency which is introduced newly in Angular 6.0 and above. Solution: Install @angular-devkit/build-angular In some cases npm install ng update and finally npm
There are few steps need to follow to edit and update files of application which are hosted in azure. Follow following steps. Login to azure portal, Click on App Services
More than one module matches. Use skip-import option to skip importing the component into the closest module. Command ng g component –skipTests /admin/home –module=app This command will create home component
Error: Failed to register URL “http://localhost:XXXX/” for site “SITE NAME” application “/”. Error description: The process cannot access the file because it is being used by another process. (0x80070020) **XXXX
Introduction In this article, we will learn how to create SharePoint List in SharePoint site. Additionally, we will add necessary columns and set property of columns. List creation in SharePoint
How to create a database view using Entity Framework Code first approach? User case scenario: There are several cases when your applications may need to display data by combining two
Today, we will learn few steps to deploy website from visual studio. Step 1: Download the web deployment package from control panel of your hosting site. Step 2: Right click
In this article, we are going to learn about SQL Server Database Project (Template) available in Visual Studio. I will cover the following points, Introduction of SQL Server Database Project.