Skip to content

Instantly share code, notes, and snippets.

@FunnyGhost
Created December 3, 2019 15:54
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 FunnyGhost/9276c9a38dc58f3cd228eb1605a23e40 to your computer and use it in GitHub Desktop.
Save FunnyGhost/9276c9a38dc58f3cd228eb1605a23e40 to your computer and use it in GitHub Desktop.
@Component({
selector: "kpd-search-movie",
templateUrl: "./search-movie.component.html",
styleUrls: ["./search-movie.component.scss"]
})
export class SearchMovieComponent {
@Output() addMovie = new EventEmitter<Movie>();
constructor() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment