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

@ng-matero/extensions

Package Overview
Dependencies
Maintainers
1
Versions
269
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ng-matero/extensions

Angular Material Extensions

  • 0.9.2
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Ng-Matero Extensions

npm GitHub Release Date license Gitter

The Ng-Matero Extensions is an extended library of Angular Material.

Installation

At first, you should install the Angular Material and setup it. Learn more about the setup.

Install the Extensions library:

$ npm install @ng-matero/extensions --save

Once installed you need to import the main module:

import { MaterialExtensionsModule } from '@ng-matero/extensions';

@NgModule({
  ...
  imports: [MaterialExtensionsModule, ...],
  ...
})
export class YourAppModule {
}

Alternatively you could only import modules you need, e.g. color-picker and select.

import { MtxColorPickerModule, MtxSelectModule } from '@ng-matero/extensions';

@NgModule({
  ...
  imports: [MtxColorPickerModule, MtxSelectModule, ...],
  ...
})
export class YourAppModule {
}

Road Map

Check the project to know the develop plans.

License

MIT

Keywords

FAQs

Package last updated on 11 Mar 2020

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