From e91781b6fa81c0d3149661557a461dafd87cc16c Mon Sep 17 00:00:00 2001 From: Luke Bermingham <1215582+lukehb@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:04:17 +1000 Subject: [PATCH] Create angular/readme.md Added a readme.md for angular implementations that links to community provided examples. Signed-off-by: Luke Bermingham <1215582+lukehb@users.noreply.github.com> --- Frontend/implementations/angular/readme.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Frontend/implementations/angular/readme.md diff --git a/Frontend/implementations/angular/readme.md b/Frontend/implementations/angular/readme.md new file mode 100644 index 00000000..d85e0923 --- /dev/null +++ b/Frontend/implementations/angular/readme.md @@ -0,0 +1,9 @@ +# Angular Implementations + +Here are a selection of community contributed implementations of Angular frontends. + +- [cheikhnadiouf](https://github.com/cheikhnadiouf)'s implementation - [LINK](https://github.com/cheikhnadiouf/PixelStreamingInfrastructure/tree/AngularImplementations/Frontend/implementations/angular) + +If you wish to contribute your own example frontend, please open an issue/PR. + +**Disclaimer: We do not warrant these for any fitness of purpose, nor do we maintain them.**