Skip to content

csutorasr/ngrx-guard-error-reproduce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Csutorás Robin
Jul 12, 2017
485fb3f · Jul 12, 2017

History

4 Commits
Jul 12, 2017
Jul 5, 2017
Jul 12, 2017
Jul 5, 2017
Jul 5, 2017
Jul 5, 2017
Jul 12, 2017
Jul 5, 2017
Jul 12, 2017
Jul 12, 2017
Jul 5, 2017
Jul 5, 2017
Jul 5, 2017

Repository files navigation

Ngrx memory leak error

The project shows that StoreRouterConnectingModule with routing in guards causes memory leak.

Reproduce

Pull the repo. Run the dev server.

  • If you go to / it is redirected to /login where you can login. After 1s delay (simulating some backend work) you will be on the home page. Everything works.
  • If you go to /home you will be redirected to / by the guard, but the code gets stuck and leaking memory.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

This project was generated with Angular CLI version 1.1.1.

About

This is a repo for easier bug fix.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published