From eca82b6129d2c0c76c3a36e31180a7c6eb2710f9 Mon Sep 17 00:00:00 2001 From: Andrea Di Cesare Date: Wed, 3 Jan 2024 23:17:58 +0100 Subject: [PATCH] :memo: Update docs/ng-demo.md --- docs/ng-demo.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/ng-demo.md b/docs/ng-demo.md index 3d06f0eb..0391c0f8 100644 --- a/docs/ng-demo.md +++ b/docs/ng-demo.md @@ -6,7 +6,8 @@ menu: overview
-- [A Simple Web Application](#a-simple-web-application) +- [Overview](#overview) +- [The Web app](#the-web-app) - [Try the API online](#try-the-api-online)
@@ -15,13 +16,15 @@ menu: overview {% include docs-head.html %} {: mt-4} -## A Simple Web Application +## Overview This is a very simple [Angular](https://angular.io) Web Application hosted at [ng-demo.restheart.org](https://ng-demo.restheart.org). It shows a table of *message* documents stored in a MongoDB collection and provides a simple form to create a new *message* document. {: .bs-callout.bs-callout-info} Click on `Editor` button below and open the code of `service.ts`. You'll see how is easy interacting with the RESTHeart API! +## The Web app +
{: .bs-callout.bs-callout-info} -Source code is available at `restheart-ng-demo` official [Github repository](https://github.com/SoftInstigate/restheart-ng-demo)! +Source code is available at `restheart-ng-demo` official [Github repository](https://github.com/SoftInstigate/restheart-ng-demo)! For a more complete Angular application that uses exactly the same REST API, please have a look at our [Webchat example](/docs/try).