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