Skip to content

diegomvh/AngularODataEntity

Repository files navigation

AngularODataEntity

Description

AngularODataEntity is a sample project that uses Angular and OData to manage data entities. This project aims to demonstrate how to integrate an OData service into an Angular application using the angular-odata library, which is included as a submodule in the repository. The integration facilitates CRUD (Create, Read, Update, Delete) operations on data entities.

Installation

Follow these steps to clone and set up the project on your local machine:

  1. Clone the repository:

    git clone --recurse-submodules https://github.com/diegomvh/AngularODataEntity.git
  2. Navigate to the project directory:

    cd AngularODataEntity
  3. Update the submodules (if necessary):

    git submodule update --init --recursive
  4. Install dependencies:

    npm install
  5. Build the angular-odata library:

    ng build angular-odata
  6. Start the application:

    npm start

The application will be available at http://localhost:4200/.

About

Angular demo project of the angular-odata library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages