Giter VIP home page Giter VIP logo

ngx-rumbletalk's People

Contributors

dependabot[bot] avatar misk001 avatar nimlevy avatar rumbletalk-tii avatar timothy-fidelis avatar

Stargazers

 avatar  avatar

Watchers

 avatar

ngx-rumbletalk's Issues

Browser enters refresh loop when www.rumbletalk.com is blocked

When www.rumbletalk.com is blocked by a browser or the component fails to load the service, the window is reloaded causing a refresh loop.

I am able to reproduce this in Chrome by blocking www.rumbletalk.com in dev tools.

I believe I tracked the issue down to the line below. When the request to the RumbleTalk service fails, the error handler reloads the window. I don't know what the desired behavior is. Maybe a retry/backoff policy could be implemented and call the component reload function instead of location.reload?

Unable to import NgxRumbletalkModule into a lazy loaded module

When importing NgxRumbletalkModule into a lazy loaded module, I receive the following error:

ERROR Error: Uncaught (in promise): Error: BrowserModule has already been loaded. If you need access to common directives such as NgIf and NgFor from a lazy loaded module, import CommonModule instead.

Replacing BrowserModule with CommonModule in the following file resolves the error and the app is able to load.

imports: [HttpClientModule, BrowserModule, FormsModule],

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.