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.
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
After installing angular cli, run the following command in the project root directory:
npm install
Change the userId, appId and signature variables in app.component.ts. More details on this present in the SDK docs.
Run the following command in the project root directory to start the app:
ng serve