You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In angular-2-samples/unit-test-scenarios/event-emitter/event-emitter-spec.ts folder, can you explain the code there?
My understand about your code would be: you called the function sayHello() in the code manually.
why don't you use mouse event function like click(). Of course, I don't know if there is such click function exist.
why put child.sayHello(); after child.greeting.subscribe()?
Can you explain how the done function work here? Is there any other way to handle asyn problem. I have heard that angular2 make it more easier to deal with the problem.
In angular-2-samples/unit-test-scenarios/event-emitter/event-emitter-spec.ts folder, can you explain the code there?
My understand about your code would be: you called the function sayHello() in the code manually.
The text was updated successfully, but these errors were encountered: