in your AppRoutingModule turn enableTracing to false: { useHash: true, enableTracing: DEBUG_INFO_ENABLED } should be: { useHash: true, enableTracing: false }