Skip to content

An Angular Starter Project for Angular 4 (Router, Http, Template and Reactive Forms, Services, Lazy Routes), TypeScript 2, TsLint, @types, Webpack and webapi based on code first entity framework

Notifications You must be signed in to change notification settings

nitin27may/AngularWebApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular with Visual Studio, using Web Api and Code First Entity Framework

This Example's basic focus is, realtime implementation of the Angular code, I have just started it but focus is to implement Complete Project Exmaple:

  • Register
  • Login
  • JWT Authentication
  • CRUD operation Examples
  • Language Support
  • Use of shared module

Getting Started

Download or clone the above repositiory on your local machine.

https://github.com/nitin27may/AngularWebApi.git

Prerequisites

Latest Nodejs and NPM

Command for check version of node and npm (if installed)

node -v 
npm -v

Installing

Folder Structure:

Folder Structure

  1. Change connection string details in your config files (For SQL Server) configUpdate

  2. Add user name and password for sending Email for reset password. (In web Config)

  3. Update seed data for login if you want to changes username and password for login in UpdateSeedData

  4. Install below Visual Studio Extension for Webpack Task run (It will help to run Application in debug mode)

    https://marketplace.visualstudio.com/items?itemName=MadsKristensen.WebPackTaskRunner

  5. Navigate to WebApi folder And run below commands in order to run the App

npm install
  1. And for running the App
npm start
  1. Run Visual Studio

  2. Make sure that server base url is same on which port visual studio is working (Or where the service is hosted) in below file

ServerUrlChange

Built With

Angular Components Used

About

An Angular Starter Project for Angular 4 (Router, Http, Template and Reactive Forms, Services, Lazy Routes), TypeScript 2, TsLint, @types, Webpack and webapi based on code first entity framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published