I am working in an Angular4 application ,In I\'m trying to pass values from child component to parent component .I have implemented something but I can\'t get the output as
In angular 4 you can use @Input, @Output decorators for values or Emit the data.
Please refer https://angular.io/guide/component-interaction