Skip to content

Instantly share code, notes, and snippets.

@MikeRyanDev
Created January 14, 2016 01:01
Show Gist options
  • Save MikeRyanDev/69ea855b500052eb4be7 to your computer and use it in GitHub Desktop.
Save MikeRyanDev/69ea855b500052eb4be7 to your computer and use it in GitHub Desktop.
import {Optional} from ‘angular2/core’;
class Foo{
 constructor(@Optional() bar: Bar){ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment