Skip to content

Commit

Permalink
docs(inject-di-migration): remove extra not needed word (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
ilirbeqirii committed Jun 6, 2024
1 parent eac9336 commit f88a4d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export class AppComponent {

#### Use ES private field notation

By default, the migration will keep the `private` keyword to the injected dependencies. If you want to add replace TS `private` modifier with ES `#private` field notation to the injected dependencies you can set the `--useESPrivateFieldNotation` option to `true`.
By default, the migration will keep the `private` keyword to the injected dependencies. If you want to replace TS `private` modifier with ES `#private` field notation to the injected dependencies you can set the `--useESPrivateFieldNotation` option to `true`.

```typescript
import { Component } from '@angular/core';
Expand Down

0 comments on commit f88a4d5

Please sign in to comment.