Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

igniteui-angular-extras

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

igniteui-angular-extras

This package is part of our private npm feed hosted on https://packages.infragistics.com/npm/js-licensed/. If you are building a commercial product or your license has expired, you will need to [acquire a commercial license](https://www.infragistics.com/h

  • 18.2.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
7
decreased by-66.67%
Maintainers
0
Weekly downloads
 
Created
Source

Ignite UI for Angular Extras

This package is part of our private npm feed hosted on https://packages.infragistics.com/npm/js-licensed/. If you are building a commercial product or your license has expired, you will need to acquire a commercial license. There you will find the latest versions of the Ignite UI for Angular packages.

Use our public repository for questions, issues and feature requests.

Start using Ignite UI Angular Extras

Create a project from scratch
  1. Execute the following commands
npm i -g @igniteui/angular-schematics
ng new <project name> --collection="@igniteui/angular-schematics" --template=<template id>
cd <project name>
ng g @igniteui/angular-schematics:component grid <component name>
npm install igniteui-angular-extras

Note: If your app needs to be updated from trial to licensed package, check out our official guide on the subject. Use ng g @igniteui/angular-schematics:upgrade-packages.

  1. After the package is installed go ahead and:
  • Add the IgxExtrasModule to your app.module.ts
  • Apply igxChartIntegration, igxConditionalFormatting, igxContextMenu directives to your grid:
<igx-grid #grid1 igxChartIntegration igxConditionalFormatting igxContextMenu
    [autoGenerate]="true" [paging]="true" [data]="localData" >
</igx-grid>
  1. Execute npm run start

Build

Execute npm run build:lib to build the project. The build artifacts will be stored in the dist/ directory. By default it builds the project with --prod flag for a production build. In order to run the project with a small sample, execute npm run start

FAQs

Package last updated on 20 Nov 2024

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