Observer Pattern
See original GitHub issueI’m submitting a … (check one with “x”)
[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[x] support request => Please do not submit support request here, instead see https://github.com/angular/angular/blob/master/CONTRIBUTING.md#question
Current behavior
I want to implement a Observer Pattern between lazy loaded modules. And I don’t know is it possible or not
Expected behavior
If it is please help. Even a doc part for read will be very good
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
- Angular version: 4.0.3
- Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
-
Language: [all | TypeScript 2.2 | ES6/7 | ES5]
-
Node (for AoT issues):
node --version
= 7.9.0
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Observer pattern - Wikipedia
In software design and engineering, the observer pattern is a software design pattern in which an object, named the subject, maintains a list...
Read more >Observer - Refactoring.Guru
Observer is a behavioral design pattern that lets you define a subscription mechanism to notify multiple objects about any events that happen to...
Read more >Design Patterns - Observer Pattern - Tutorialspoint
Observer pattern is used when there is one-to-many relationship between objects such as if one object is modified, its depenedent objects are to...
Read more >Observer Pattern | Set 1 (Introduction) - GeeksforGeeks
The Observer Pattern defines a one to many dependency between objects so that one object changes state, all of its dependents are notified...
Read more >Observer Design Pattern - SourceMaking
The Observer defines a one-to-many relationship so that when one object changes state, the others are notified and updated automatically. Some auctions ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
in chat nobody answers(
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.