Murilo Goedert

Results 2 comments of Murilo Goedert

I'm having this issue, tested it in various PM2 versions, and the solutions from #2182 don't work anymore. Last year, I was planning to build a command-line tool for my...

Same problem here. I've implemented a small workaround that solves this until a proper fix.: ```typescript import { Component, isDevMode, OnInit } from '@angular/core'; import { RouterModule } from '@angular/router';...