Search This Blog

Friday, January 12, 2018

How to make a local folder as a Server for running Angular js Application

Step1:

Welcome to designer blog, Here we are going to discuss.How to a make local folder (Angular project) as server to run Angular js file like routing concept.....

Steps2:

There is no need for Xamp server to run the angular js  files for routing  modules...

Step3:


Note:

Before you follow this steps, make sure u have installed latest version of node.js (8.9.4 LTS)

For example:

Consider you have angular js files in folder directory  G:\Angular

Go to folder and type cmd  and install  the below command

npm install serve -g



All the support files will be get installed...

Step4:

 After installation. type serve command  to generate the localhost link and open the link in browser to access the page.



Step5:

Enjoy Folks



Validating to select in sequencial order using angular

    < input type = "checkbox" (change) = "handleSelectTaskItem($event, taskItem)" [checked] = " taskItem . i...