/posts-redux

Sample Angular 7 application showing how to integrate Angular and Redux.

Primary LanguageTypeScriptMIT LicenseMIT

Posts - Redux

Sample Angular 7 application built to show how to integrate Angular and Redux using the @angular-redux/store library.

The application lists posts from JSONPlaceholder and displays them on the screen, but everything integrated with Redux.

Application

Testing the Application

First, clone this repository and run npm install to install all dependencies. Then, run ng serve for a dev server and navigate to http://localhost:4200/ to see the application screen.