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
Why event emitter need to be imported each events.
The event emitter module already imported on app.module.ts (import { EventEmitter } from 'event'), then why i should import it back to (eg: payment.event.ts)
Is this strong typed case ?
The text was updated successfully, but these errors were encountered:
ardyfeb
changed the title
Why i should repitition event emitter import ?
Avoid repetition event emitter module import
Aug 13, 2019
Why event emitter need to be imported each events.
The event emitter module already imported on
app.module.ts
(import { EventEmitter } from 'event'
), then why i should import it back to (eg:payment.event.ts
)Is this strong typed case ?
The text was updated successfully, but these errors were encountered: