Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sravimohan/ng-app-tabs

This angular 18 example demonstrates the example of creating application-level tabs by using RouteReuseStrategy
https://github.com/sravimohan/ng-app-tabs

angular angular-material application-tabs

Last synced: about 2 months ago
JSON representation

This angular 18 example demonstrates the example of creating application-level tabs by using RouteReuseStrategy

Awesome Lists containing this project

README

        

# Angular Application Tabs Example

This example demostrates the example of creating application level tabs by using RouteReuseStrategy.

- Each tab is treated as a route
- The tab state is maintained by implementing RouteReuseStrategy and persisting state in a signal store
- Ability to open each tab type mulitple times, simultaneously by using a context slug in the route.

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.2.11.

![alt text](demo.png)

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`.