Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmut-gundogdu committed Oct 12, 2023
1 parent c92155c commit 69b92e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/en/UI/Angular/Abp-Window-Service.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ AbpWindowService is an Angular service designed to provide utility methods relat

### Usage

To make use of the FileUtilsService in your Angular application, follow the steps below:
To make use of the `AbpWindowService` in your Angular application, follow the steps below:

### Injection
Firstly, ensure that the service is injected into the component or any other Angular entity where you wish to use it.
Expand Down Expand Up @@ -38,3 +38,4 @@ Ensure that you have appropriate permissions and user interactions before trigge
### DOCUMENT Token in Service

Angular, being a platform-agnostic framework, is designed to support not only browser-based applications but also other environments like server-side rendering (SSR) through Angular Universal. This design philosophy introduces challenges when accessing global browser-specific objects like window or document directly. To address this, Angular provides a DOCUMENT token that can be used to inject the document object into Angular entities like components and services.

0 comments on commit 69b92e5

Please sign in to comment.