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

zr-angular

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zr-angular

The angular4 component based on the'zr'project.

latest
Source
npmnpm
Version
1.7.0
Version published
Maintainers
1
Created
Source

zr angular

Build Status codecov npm version devDependency Status GitHub issues GitHub stars GitHub license

About

The angular4 component based on the'zr'project.

Installation

Install through npm:

npm install --save zr-angular

Then include in your apps module:

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

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

Finally use in one of your apps components:

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

@Component({
  template: '<app-datatable-footer [datatable]="datatable"></app-datatable-footer>'
})
export class MyComponent {}

Usage without a module bundler

<script src="node_modules/zr-angular/bundles/zr-angular.umd.js"></script>
<script>
    // everything is exported zrAngular namespace
</script>

Keywords

angular4

FAQs

Package last updated on 18 Jul 2018

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