Skip to content

Commit

Permalink
docs: Update creating-injectable-service.md (#55449)
Browse files Browse the repository at this point in the history
PR Close #55449
  • Loading branch information
serpent5 authored and alxhub committed Apr 23, 2024
1 parent 89a5c7e commit cd390c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adev/src/content/guide/di/creating-injectable-service.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class HeroService {

## Creating an injectable service

The Angular CLI provides a command to create a new service. In the following example, you add a new service to an application.
The Angular CLI provides a command to create a new service. In the following example, you add a new service to an existing application.

To generate a new `HeroService` class in the `src/app/heroes` folder, follow these steps:

Expand Down

0 comments on commit cd390c2

Please sign in to comment.