ngworker / lumberjack

Chop and cut Angular logs like a professional lumberjack.

Home Page:https://ngworker.github.io/lumberjack/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature request: add `provide*` and `with*` provider factories to improve DX for standalone applications

LayZeeDK opened this issue · comments

In addition to our Angular modules with static methods returning ModuleWithProviders for injector configuration, we would like to add provide* and with* provider factories similar to Angular's own to improve the developer experience (DX) for standalone Angular applications. These can also be used with classic Angular applications.