New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ngx-resizer

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

ngx-resizer

A Resizer helper for Angular2+ applications

  • 1.0.0-beta.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
8
decreased by-27.27%
Maintainers
1
Weekly downloads
 
Created
Source

NgxResizer

A Resizer helper for Angular2+ applications

Getting Started

Installation

Install via Package managers such as npm or yarn

npm install ngx-reiszer --save
# or
yarn add ngx-resizer

Usage

Import ngx-resizer module

import { NgxResizerModule } from 'ngx-resizer';

@NgModule({
  imports: [ NgxResizerModule ]
})
Basic resizer

In HTML

<div contenteditable="true" appNgxBasicResizer="vertical"></div> 

The resizer accepts inputs as same as the CSS3 resize property

appNgxBasicResizer:string = none|both|horizontal|vertical|initial|inherit;

Check Basic Resizer wiki for more options

Keywords

FAQs

Package last updated on 10 Oct 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc