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

zr-button

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zr-button

A button component based on the'METRONIC'topic.

latest
npmnpm
Version
3.0.1
Version published
Weekly downloads
4
Maintainers
1
Weekly downloads
 
Created
Source

About

A button component based on the'METRONIC'topic.

Installation

Install through npm:

npm install --save zr-button

Then include in your apps module:

import { NgModule } from '@angular/core';
import { ZrButtonModule } from 'zr-button';

@NgModule({
  imports: [
    ZrButtonModule.forRoot()
  ]
})
export class MyModule {}

Finally use in one of your apps components:

import { Component } from '@angular/core';

@Component({
  template: '<zr-button (handle)="click1($event)"></zr-button>'
})
export class MyComponent {}

FAQs

Package last updated on 23 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