-
-
Notifications
You must be signed in to change notification settings - Fork 285
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(di): add inject() function to inject provider on prop using angu…
…lar style
- Loading branch information
Showing
55 changed files
with
605 additions
and
784 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
export const INJECTABLE_PROP = "DI:INJECTABLE_PROP"; | ||
export const DI_PARAMS = "DI:PARAMS"; | ||
export const DI_INVOKE_OPTIONS = Symbol("DI:INVOKE_OPTIONS"); | ||
export const DI_INJECTABLE_PROPS = Symbol("DI_INJECTABLE_PROPS"); | ||
export const DI_INJECTABLE_PROP = "DI:DI_INJECTABLE_PROP"; | ||
export const DI_PARAM_OPTIONS = "DI:PARAM:OPTIONS"; | ||
export const DI_INTERCEPTOR_OPTIONS = "DI:INTERCEPTOR:OPTIONS"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.