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

Docs: Duplicate example for injecting service

ajitzero opened this issue · comments

Describe the bug

On the Usage page, the examples for injecting the service are both using the inject function instead of one of them using the constructor.

To Reproduce

Visit: https://ngworker.github.io/lumberjack/docs/usage#using-the-lumberjackservice

Expected behavior

The first example should mention a constructor-based example.