Skip to content

Instantly share code, notes, and snippets.

@dsebastien
Created May 26, 2020 06:25
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 dsebastien/c3574e7b2e11603aa0820744078fcaff to your computer and use it in GitHub Desktop.
Save dsebastien/c3574e7b2e11603aa0820744078fcaff to your computer and use it in GitHub Desktop.
export class SuperComponent implements OnInit {
constructor() {
// Called first
}
ngOnInit() {
// Called after the constructor and after the first ngOnChanges() call
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment