Skip to content

Instantly share code, notes, and snippets.

@alexcastillo
Last active May 24, 2016 11:37
Show Gist options
  • Save alexcastillo/adaa049bef748894d09f14cf93d0ecfc to your computer and use it in GitHub Desktop.
Save alexcastillo/adaa049bef748894d09f14cf93d0ecfc to your computer and use it in GitHub Desktop.
ng2-notifications: getting started
import { SystemNotificationDirective } from 'ng2-notifications';
@Component({
...
directives: [SystemNotificationDirective]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment