"use client"; import Link from "next/link"; export default function About() { return (

About

This application is a show-case for an Angular app consuming a REST API through an OAuth2 BFF.

); }