Skip to content

Instantly share code, notes, and snippets.

@jamesmorgan
Created March 31, 2016 21:14
Show Gist options
  • Save jamesmorgan/4913ed40bd7c02c25ce89210cedf8c67 to your computer and use it in GitHub Desktop.
Save jamesmorgan/4913ed40bd7c02c25ce89210cedf8c67 to your computer and use it in GitHub Desktop.
DashboardComponent.OnInit.ts
export class DashboardComponent implements OnInit {
ngOnInit():any {
// Load some data ...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment