Skip to content

Sample code for the Pluralsight course "NgRx Fundamentals".

License

Notifications You must be signed in to change notification settings

diprefranco/ngrx-fundamentals

Repository files navigation

NgRx Fundamentals

Simple CRUD products app showing how to implement NgRx from scratch. This is the fully functional sample code from Duncan Hunter's NgRx Fundamentals course.

App Screenshot

About The Project

This app implements a basic CRUD using NgRx for state management.
It is designed as part of the NgRx Fundamentals course.

Technical Aspects

  • In-Memory Backend: The app uses Angular's In-Memory Web API library (angular-in-memory-web-api) to simulate a backend server.
    Changes to data are not persisted and will be lost if you refresh the browser or restart the app.

Usage

To run the site locally, clone this repository and navigate to the root directory. Then, install the dependencies with:
npm install

Start the application with:
npm start

Version Information

  • Angular v16
  • NgRx v16

Course Resources

License

This project is licensed under the MIT License.

About

Sample code for the Pluralsight course "NgRx Fundamentals".

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published