Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 1010 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 1010 Bytes

Overview

This project was generated with Angular 16 CLI.
Angular 16 CRUD operations

  • Create
  • Read
  • Update
  • Delete

picture

Installation

Pre-requisites

Package Version
Node 16.20.2
NPM 8.19.4
Angular 16.2.14
Typescript 4.9.5

Node.js

  • Download and install Node.js from Node.js
    • Verify the installation by running the following commands in the terminal
      • node -v
      • npm -v

Install application dependencies

  • Run npm install to install the dependencies

Development server

Run npm run start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Running unit tests

Run npm run test to execute the unit tests

Running lint

Run npm run lint:fix to execute the linting