Skip to content

Instantly share code, notes, and snippets.

@anonymoussc
anonymoussc / ngrxintro.md
Created June 6, 2019 14:07 — forked from btroncone/ngrxintro.md
A Comprehensive Introduction to @ngrx/store - Companion to Egghead.io Series

Comprehensive Introduction to @ngrx/store

By: @BTroncone

Also check out my lesson @ngrx/store in 10 minutes on egghead.io!

Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!

Table of Contents

@anonymoussc
anonymoussc / README.md
Created May 21, 2019 05:35 — forked from Ocramius/README.md
`__invoke` vs `function` vs `Closure`
@anonymoussc
anonymoussc / git-tag-delete-local-and-remote.sh
Created January 31, 2017 07:38 — forked from mobilemind/git-tag-delete-local-and-remote.sh
how to delete a git tag locally and remote
# delete local tag '12345'
git tag -d 12345
# delete remote tag '12345' (eg, GitHub version too)
git push origin :refs/tags/12345
# alternative approach
git push --delete origin tagName
git tag -d tagName
@anonymoussc
anonymoussc / npm-cheat-sheet.md
Created November 2, 2015 22:31 — forked from AvnerCohen/npm-cheat-sheet.md
Node.js - npm Cheat Sheet

Node.js - npm Cheat Sheet

(Full description and list of commands at - https://npmjs.org/doc/index.html)

##List of less common (however useful) NPM commands

######Prepand ./bin to your $PATH Make sure to export your local $PATH and prepand relative ./node_modules/.bin/:

@anonymoussc
anonymoussc / README.md
Created August 8, 2015 23:12
AngularJS custom directive staggering animation

##AngularJS custom directive staggering animation

@anonymoussc
anonymoussc / README.md
Created August 8, 2015 22:51
AngularJS ngClass staggering animation

##AngularJS ngClass staggering animation

@anonymoussc
anonymoussc / README.md
Created August 8, 2015 22:22
AngularJS ngRepeat transition staggering

##AngularJS ngRepeat transition staggering

@anonymoussc
anonymoussc / README.md
Created August 8, 2015 00:13
AngularJS Swipe Slider animation

##AngularJS Swipe Slider animation

@anonymoussc
anonymoussc / README.md
Created August 7, 2015 11:22
AngularJS Custom Directives JavaScript animations

##AngularJS Custom Directives JavaScript animations

@anonymoussc
anonymoussc / README.md
Created August 7, 2015 11:11
AngularJS Custom Directives animations using $animate.move

##AngularJS Custom Directives animations using $animate.move