All Projects → loiane → Angular Redux Ngrx Examples

loiane / Angular Redux Ngrx Examples

Sample projects with Angular (4.x) + Angular CLI + ngrx (Redux) + Firebase

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Angular Redux Ngrx Examples

Angular 4 Material Pos
POS written in Angular 4 with Angular Material UI
Stars: ✭ 54 (-26.03%)
Mutual labels:  firebase, firebase-auth, angular4
ngx-redux-ui-management-recipes
Recipes for managing the UI layout of an application using Redux in Angular
Stars: ✭ 39 (-46.58%)
Mutual labels:  ngrx, angular2, angular4
Angular Material App
基于最新Angular 9框架与Material 2技术的web中后台前端应用框架。
Stars: ✭ 509 (+597.26%)
Mutual labels:  firebase, angular2, angular4
Aspnetcore Angular Universal
ASP.NET Core & Angular Universal advanced starter - PWA w/ server-side rendering for SEO, Bootstrap, i18n internationalization, TypeScript, unit testing, WebAPI REST setup, SignalR, Swagger docs, and more! By @TrilonIO
Stars: ✭ 1,455 (+1893.15%)
Mutual labels:  angular2, angular4, ngrx
Angular Commerce
Angular components for scaffolding online store
Stars: ✭ 526 (+620.55%)
Mutual labels:  firebase, angular2, angular4
Cocos2dx Cpp Sample
Firebase Cocos2d-x samples
Stars: ✭ 42 (-42.47%)
Mutual labels:  firebase, firebase-auth
Vue Firebase Starter
boilerplate of vue/vuex/vue(x)-router, with sass/prerendering, muse-ui, and firebase/firebaseui
Stars: ✭ 43 (-41.1%)
Mutual labels:  firebase, firebase-auth
Angular Tree Component
A simple yet powerful tree component for Angular (>=2)
Stars: ✭ 1,031 (+1312.33%)
Mutual labels:  angular2, angular4
Firebase Admin Node
Firebase Admin Node.js SDK
Stars: ✭ 1,050 (+1338.36%)
Mutual labels:  firebase, firebase-auth
Awesome Angular
📄 A curated list of awesome Angular resources
Stars: ✭ 8,160 (+11078.08%)
Mutual labels:  angular2, angular4
Ngautocomplete
Light-weight autocomplete component for Angular.
Stars: ✭ 52 (-28.77%)
Mutual labels:  angular2, angular4
Moveit
🚀 NLW #4 | React+ TypeScript + NextJS + StyledComponents + Firebase + MongoDb +Axios
Stars: ✭ 39 (-46.58%)
Mutual labels:  firebase, firebase-auth
Angular2 Social Login
Simple client side social authentication for Angular2 application.
Stars: ✭ 34 (-53.42%)
Mutual labels:  angular2, angular4
Virapro.ru
[E-commerce] Plumbing Store
Stars: ✭ 45 (-38.36%)
Mutual labels:  firebase, firebase-auth
Angulartics2
Vendor-agnostic analytics for Angular2 applications.
Stars: ✭ 963 (+1219.18%)
Mutual labels:  angular2, angular4
Angularconcepts
Key Angular Concepts using Latest Angular version 5
Stars: ✭ 31 (-57.53%)
Mutual labels:  firebase, angular4
Ionic Social Login With Firebase
IONIC - Social Login with Firebase
Stars: ✭ 58 (-20.55%)
Mutual labels:  firebase, firebase-auth
Simple firebase auth
Simple Firebase Login Flow in Flutter
Stars: ✭ 58 (-20.55%)
Mutual labels:  firebase, firebase-auth
Egeo
EGEO is the open-source UI library used to build Stratio's UI. It includes UI Components, Utilities, Services and much more to build user interfaces quickly and with ease. The library is distributed in AoT mode.
Stars: ✭ 69 (-5.48%)
Mutual labels:  angular2, angular4
Use Firebase Auth
A custom React Hook that provides a declarative interface for Firebase Auth.
Stars: ✭ 61 (-16.44%)
Mutual labels:  firebase, firebase-auth

@ngrx examples

Angular + ngrx examples

Examples used to demonstrate Angular + ngrx use for my Reactive Angular talk (Portuguese)

##Examples

All examples are using Angular 4.x and created with Angular CLI 1.x

Counter (source)

A counter which can be incremented, decremented, with the option to increment or decrement async and reset the counter. This is the most basic ngrx example, with no ajax integration.

Demonstrates
  1. Creating a basic reducer
  2. Selecting a slice of state
  3. Using the async pipe
  4. Dispatching actions from a component

Todo CRUD (source)

Simple TODO application with CRUD operations with node backend.

Demonstrates
  1. Initial reducer state
  2. Managing collections in reducer
  3. Using the async pipe with the enhanced ngFor (Angular >=4.x)
  4. Dispatching actions from a service
  5. Intercepting ajax requests with ngrx/effects
  6. Sample node server API

Firebase Auth (source)

Login + Logout + Register screen using Firebase.

Demonstrates
  1. Initial reducer state
  2. Login screen + Register screen
  3. Menu/Navbar with conditional buttons/links
  4. Using the async pipe with the enhanced ngIf and ngFor (Angular >=4.x)
  5. Dispatching actions
  6. Intercepting ajax requests with ngrx/effects
  7. Routing from ngrx/effect
  8. Auth Guard using ngrx store state
  9. Error handling with messages on the screen
  10. Firebase

Simple LMS with Firebase (source)

Simple Learning Management System (list of courses and lessons) with login and CRUD operations using Firebase

Demonstrates
  1. Initial reducer state
  2. Login screen
  3. Multiple reducers
  4. Using the async pipe with the enhanced ngIf and ngFor (Angular >=4.x)
  5. Dispatching actions from a service
  6. Intercepting ajax requests with ngrx/effects
  7. Firebase
  8. Using ngrx platform (v4) - lazy loading of reducers and app state injection dynamically
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].