Skip to content

ravenappdev/inapp-angular-demo

Repository files navigation

In-App Angular SDK Demo

This sample app shows how to use Raven's In-App Angular SDK in your own Angular app.

You can visit our Angular SDK docs to setup In-App notification center in your app.

Raven In-App Demo

How to use the demo app

Step 1.

If you haven't installed angular cli, install it using the following command:

npm install -g @angular/cli

If you are using a mac, use

sudo npm install -g @angular/cli

Step2.

After installing angular cli, run the following command in the project root directory:

npm install

Step3.

Change the userId, appId and signature variables in app.component.ts. More details on this present in the SDK docs.

Step4.

Run the following command in the project root directory to start the app:

ng serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published