These are different Angular demos that display various information.
Some of them include an Angular project starter kit, an Angular routing demo, a http client demo, a template, and some accordion drop down menus.
This Angular 17 demo interface app. has a web interface with tabbed navigation. This project can be used to add Bootstrap 5 and Material to an Angular 17 frontend. More details are on the page below, including links to the code and demo online.
Demo Interface AppThis is a demo of Angular 17 with Bootstrap 5. It displays a Home and an About page and sample content under each, and the page is formatted using bootstrap code primarily. The link is to the code on Github and has to be downloaded and run locally using Node.
Demo Routing AppThis is a demo of Angular 17 and it uses JSON Data from an API request to display data on a web page.
Demo HttpClient App