New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

ngx-tab

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ngx-tab

A very simple tab component for Angular.

latest
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

NgxTab

A very simple tab component for Angular.

Installation

npm install ngx-tab

Usage

Import the NgxTabModule to your app.module.ts file:

import { NgxTabModule } from 'ngx-tab-module'

And finally:

<tabs>
  <tab title="Title 01" active=true>Here is content about tab1</tab>
  <tab title="Title 02">Hey, Here is content about tab2</tab>
  <tab title="Title 03">And finally, Here is content about tab3</tab>
</tabs>

FAQs

Package last updated on 14 Jan 2019

Did you know?

Socket

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.

Install

Related posts