Browse Source

Update abp-window-service.md

pull/23275/head
Fahri Gedik 11 months ago
parent
commit
cc97483723
  1. 4
      docs/en/framework/ui/angular/abp-window-service.md

4
docs/en/framework/ui/angular/abp-window-service.md

@ -14,9 +14,9 @@ Firstly, ensure that the service is injected into the component or any other Ang
```js
import { AbpWindowService } from '@abp/ng.core';
constructor(private abpWindowService: AbpWindowService) { }
private abpWindowService = inject(AbpWindowService)
// or
// private abpWindowService = inject(AbpWindowService)
// constructor(private abpWindowService: AbpWindowService) { }
```
### Downloading a Blob

Loading…
Cancel
Save