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.
Follow these steps to clone and set up the project on your local machine:
-
Clone the repository:
git clone --recurse-submodules https://github.com/diegomvh/AngularODataEntity.git
-
Navigate to the project directory:
cd AngularODataEntity
-
Update the submodules (if necessary):
git submodule update --init --recursive
-
Install dependencies:
npm install
-
Build the angular-odata library:
ng build angular-odata
-
Start the application:
npm start
The application will be available at http://localhost:4200/.