
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
@ngx-tiny/tabs
Advanced tools
  
Full Docs:
You can find the full documentation at https://aavanzyl.github.io/ngx-tiny which includes
Quick Start:
Install with npm: npm install @ngx-tiny/tabs --save
Add NgxTabsModule to your @NgModule like example below
import { NgModule } from '@angular/core';
import { BrowserModule } from '@angular/platform-browser';
import { NgxTabsModule } from '@ngx-tiny/tabs';
import { AppComponent } from './app.component';
@NgModule({
imports: [BrowserModule, NgxTabsModule],
declarations: [AppComponent],
bootstrap: [AppComponent]
})
export class AppModule { }
Add the component to your view for basic
<ngx-tabs>
<ngx-tab [active]="true" name="Tab 1">
Tab 1
</ngx-tab>
<ngx-tab name="Tab 2">
Tab 2
</ngx-tab>
<ngx-tab name="Tab 3">
Tab 3
</ngx-tab>
</ngx-tabs>
The examples above are quite basic. The picker has much more features and configurations.
Support me by becoming a patron and buying me a beer :)
See the LICENSE file.
FAQs
  
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.