-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Update templates to use inject instead of constructor #5136
Copy link
Copy link
Open
Labels
Accepting PRsGood First IssueGood issue for first-time contributorGood issue for first-time contributorProject: Schematics
Description
Which @ngrx/* package(s) are relevant/related to the feature request?
schematics
Information
The schematic templates make use of constructor, this needs to be update to use the inject method.
This can be replaced in:
- .\modules\schematics\src\component-store\files_name@dasherize@if-flat__name@dasherize_.store.ts.template
- .\modules\schematics\src\data\files_name@dasherize@if-flat__name@dasherize_.service.ts.template
- .\modules\schematics\src\effect\files_name@dasherize@if-flat__name@dasherize_.effects.ts.template
Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue
- Yes
- No
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Accepting PRsGood First IssueGood issue for first-time contributorGood issue for first-time contributorProject: Schematics