question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Observer Pattern

See original GitHub issue

I’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:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
Artur93gevcommented, May 12, 2017

in chat nobody answers(

0reactions
angular-automatic-lock-bot[bot]commented, Sep 11, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found