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
- Host: GitHub
- URL: https://github.com/sravimohan/ng-app-tabs
- Owner: sravimohan
- License: mit
- Created: 2024-11-12T00:06:51.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T21:22:16.000Z (over 1 year ago)
- Last Synced: 2025-01-24T07:44:59.939Z (over 1 year ago)
- Topics: angular, angular-material, application-tabs
- Language: TypeScript
- Homepage: https://ng-app-tabs.vercel.app/
- Size: 161 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

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