Skip to content

Commit

Permalink
docs(installation): remove providers
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalet committed Nov 5, 2024
1 parent f1a3414 commit 59decfd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ import { NgxBackButtonModule, NgxBackButtonService } from 'ngx-back-button'
fallbackPrefix: '/tabs' // For libraries users
}),
],
providers: [
{
provide: APP_INITIALIZER,
useFactory: () => () => null,
deps: [NgxBackButtonService],
multi: true,
},
]
```

### rootUrl
Expand Down
8 changes: 0 additions & 8 deletions projects/ngx-back-button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ import { NgxBackButtonModule, NgxBackButtonService } from 'ngx-back-button'
fallbackPrefix: '/tabs' // For libraries users
}),
],
providers: [
{
provide: APP_INITIALIZER,
useFactory: () => () => null,
deps: [NgxBackButtonService],
multi: true,
},
]
```

### rootUrl
Expand Down

0 comments on commit 59decfd

Please sign in to comment.