Web
Analytics
angular 2 emit event from service | Angular | ASP.NET Tutorials

For Consultation : +91 9887575540

Stay Connected :

Angular 4 custom event | event emiiter service

Angular 4 custom event | event emiiter service

Event Emitter and data Passing from Child Component to the parent component. Step1 : Create Child Component(mycomponent); cd src/app  ng g c mycomponent –flat Step 2: Write Following code into mycomponent.ts import { Component, OnInit , EventEmitter, Output }...