-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(angular): add helper function to devkit to add viewProviders to …
…a component (#26526) ## Current Behavior Angular Nx utils have `addProviderToComponent` function to add a provider to an Angular component, but are missing a function to add viewProviders. ## Expected Behavior There should be a function like `addProviderToComponent` to add view providers to a component. Co-authored-by: Leosvel Pérez Espinosa <[email protected]> (cherry picked from commit 15b7e9f)
- Loading branch information
1 parent
42fc597
commit b099cd7
Showing
3 changed files
with
71 additions
and
0 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