docs: fix typo

pull/7171/head
bnymncoskuner 5 years ago
parent 7794c86b27
commit 5f3750db4c

@ -4,7 +4,7 @@ A page alert is useful for displaying an important message to the user. The ABP
![angular-page-alert-example](./images/page-alert-warning-example.png)
You can simply inject `PageAlertsService` from `@abp/ng.theme.shared` and utilize it as follows:
You can simply import `PageAlertService` from `@abp/ng.theme.shared` and utilize it as follows:
```typescript
import { PageAlertService } from '@abp/ng.theme.shared';

Loading…
Cancel
Save