You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A demo Angular application with tests - Uses an API to display a list of regions, countries and the details of a selected country. NgRx libraries are implemented to manage the state of the app, Jasmine, Karma and Protractor for writing and running tests and Angular Material for presentation.
5
+
6
+
7
+
By [Ade Oyebadejo](https://www.clade.co.uk/adewole)
8
+
9
+
10
+
### Technologies
11
+
12
+
-[@ngrx/store](https://ngrx.io/guide/store) - RxJS powered state management for Angular apps, inspired by Redux
13
+
-[@ngrx/effects](https://ngrx.io/guide/effects) - Side effect model for @ngrx/store
14
+
-[@ngrx/store-devtools](https://ngrx.io/guide/store-devtools) - Instrumentation for @ngrx/store enabling time-travel debugging
0 commit comments