From 481e809da63fa103e3133969bb362ff6d1abe02e Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Tue, 8 Feb 2022 22:47:58 +0800 Subject: [PATCH] docs: Link to Angular guide in Player Workflows guide (#7635) --- docs/guides/player-workflows.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/player-workflows.md b/docs/guides/player-workflows.md index 9c177aef1..b8346dc4a 100644 --- a/docs/guides/player-workflows.md +++ b/docs/guides/player-workflows.md @@ -377,6 +377,8 @@ See [ReactJS integration example](/docs/guides/react.md) ### Angular +See [Angular integration example](/docs/guides/angular.md) + ### Vue See [Vue integration example](/docs/guides/vue.md)