Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 290 Bytes

use-injectable-provided-in.md

File metadata and controls

11 lines (6 loc) · 290 Bytes

Pattern: Missing use of providedIn property

Issue: -

Description

Using the providedIn property makes classes decorated with @Injectable tree shakeable.

Further Reading