Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.23 KB

File metadata and controls

40 lines (28 loc) · 1.23 KB

General info ( Live Demo)

CRUD using Angular. Aim for this project is to learn Angular Concept.

Technologies

Project is created with:

  • Angular
  • Bootstrap
  • jsonpalceholder api

Setup

To run this project, install it locally using npm:

$ git clone https://github.com/Keyur996/Basic-angular-crud.git
$ cd Basic-angular-crud
$ npm install
$ Make comment "const swal" in node_modules/sweetalert/typings/sweetalert.d.ts
$ npm start

Images - NgAPP

Home

Screenshot (32)

Users

Screenshot (33)

modal for Update data in Users

Screenshot (35)

Posts

Posts fetched from jsonplaceholder api Screenshot (34)

Modal for Posts Update

Screenshot (36)