GithubHelp home page GithubHelp logo

arcanoix / angular-redux-ngrx-examples Goto Github PK

View Code? Open in Web Editor NEW

This project forked from loiane/angular-redux-ngrx-examples

0.0 0.0 0.0 4.76 MB

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

TypeScript 83.34% JavaScript 4.18% HTML 11.88% CSS 0.60%

angular-redux-ngrx-examples's Introduction

@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

angular-redux-ngrx-examples's People

Contributors

loiane avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.