Skip to content

yadaskinn/DotnetCorePaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotnetCorePaging

.Net Core 2.1 Web API and Angular 8 Pagination

Paging.WebApi

paging-angular-spa

  • To check the installed version of Node.js, open the command prompt.
  • Type the “npm -v” command to check the Node.js installation and version.
  • If you don't have version please download Node.js
  • Open the link https://cli.angular.io/ and follow the instructions to install Angular CLI and to create your first Angular app.
  • Type the command “npm install -g @angular/cli” on the command prompt and press enter to install Angular cli.
  • Type “ng new paging-angular-spa” and hit enter to create the Paging Angular app.
  • Finally, the "Paging Angular" Angular app is created; now type “ng serve --open ”.
  • Now, open the browser and type http://localhost:4200 in the address bar and hit enter to run the Paging Angular Angular app in the browser

Component and Package installation