Skip to content

Commit

Permalink
its just angular
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanagas committed Sep 19, 2024
1 parent a245def commit dc84d99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contents/docs/libraries/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ icon: >-
https://res.cloudinary.com/dmukukwp6/image/upload/posthog.com/contents/docs/integrate/frameworks/angular.svg
---

PostHog makes it easy to get data about traffic and usage of your [Angular.js](https://angularjs.org/) app. Integrating PostHog into your site enables analytics about user behavior, custom events capture, session recordings, feature flags, and more.
PostHog makes it easy to get data about traffic and usage of your [Angular](https://angular.dev/) app. Integrating PostHog into your site enables analytics about user behavior, custom events capture, session recordings, feature flags, and more.

This guide walks you through integrating PostHog into your Angular app using the [JavaScript Web SDK](/docs/libraries/js).

Expand Down
2 changes: 1 addition & 1 deletion contents/tutorials/angular-surveys.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const ImgSurveyResultsDark = "https://res.cloudinary.com/dmukukwp6/image/
export const ImgSurveyTemplatesLight = "https://res.cloudinary.com/dmukukwp6/image/upload/posthog.com/contents/images/tutorials/angular-surveys/survey-templates-light.png"
export const ImgSurveyTemplatesDark = "https://res.cloudinary.com/dmukukwp6/image/upload/posthog.com/contents/images/tutorials/angular-surveys/survey-templates-dark.png"

[Surveys](/docs/surveys) are a great way to get feedback from your users. In this guide, we show you how to add a survey to your Angular.js app.
[Surveys](/docs/surveys) are a great way to get feedback from your users. In this guide, we show you how to add a survey to your Angular app.

We'll create a basic Angular app, add PostHog, create a survey, and then show you how to display the survey in the app and get responses.

Expand Down

0 comments on commit dc84d99

Please sign in to comment.