Skip to content

Instantly share code, notes, and snippets.

@philipszdavido
Created September 18, 2017 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save philipszdavido/844803f526694ad3045036acb849e2d6 to your computer and use it in GitHub Desktop.
Save philipszdavido/844803f526694ad3045036acb849e2d6 to your computer and use it in GitHub Desktop.
//src/app/app.component.ts
import { Component } from '@angular/core';
import { Store } from '@ngrx/store'
import * as fromArticle from './redux/reducer'
import * as fromAction from './redux/actions/articles'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment