Socket
Socket
Sign inDemoInstall

@ng-vcl/ng-vcl

Package Overview
Dependencies
9
Maintainers
6
Versions
99
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @ng-vcl/ng-vcl

A comprehensive library of components for Angular 8+ with VCL based styling


Version published
Weekly downloads
99
increased by9800%
Maintainers
6
Install size
9.74 MB
Created
Weekly downloads
 

Changelog

Source

0.10.0 (2019-09-03)

Bug Fixes

  • slider: fix/optimize click behavior (0e714a9)
  • datepicker: remove bottom margin (d8d463e)
  • select: do not detect changes if view is destroyed (3eabb52)
  • add missing form control group imports (d42a24e)
  • demo: layer - fix forwardRef() runtime error when targeting es2015 (26c2c0e)
  • material-design-inputs: fix input group style (4aa3429)
  • select: highlight selected item (8f6823e)

Features

  • drawer: introduce drawer (c266363)
  • notifier: add custom class support (f02e0ff)
  • datepicker: add dateModifier support (4df1965)
  • month-picker: deprecate and rename month-picker module (7336c0d)
  • calendar: add calendar support (a97ddfb)
  • icon: add vcl:menu (1822183)
  • icon: add vcl:calendar (687a082)
  • icon: add vcl:clock (b9dbf20)
  • input: allow settings the value via vclInput directive (e06a9b4)

BREAKING CHANGES

  • Requires VCL ^0.6
  • Angular ^8.2.1 required
  • month-picker: The VCLMonthPickerModule is deprecated and renamed to VCLMonthPickerLegacyModule
  • date-picker: The VCLDatePickerModule module is deprecated and renamed to VCLDatePickerLegacyModule

Readme

Source

ng-vcl

A comprehensive library of components for Angular 8+ with VCL based styling.

Browse master demo
Browse dev demo

Installation

npm install @ng-vcl/ng-vcl --save

Usage

import { VCLIconModule, VCLLayerModule } from '@ng-vcl/ng-vcl';

@NgModule({
  imports: [
    VCLIconModule,
    ...
  ]
})
export class AppModule { }

FAQs

Last updated on 05 Sep 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc