Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
ngx-drag-and-drop-grid
Advanced tools
A simple component for using the @angular/cdk drag and drop sort functions with a mixed orientation grid list
This repository is a fork of the awesome @sam-1994/ngx-drag-and-drop-grid.
This drag and drop plug in takes the same features as the previous plug in, but updated with Angular 10+ support.
To install from the command line:
npm install XXXXXXXXXX
XXXXXXXX
:Finally, you can use ngx-translate in your Angular project. You have to import XXXXXXXX
in the NgModule.
import {BrowserModule} from '@angular/platform-browser';
import {NgModule} from '@angular/core';
import {SamDragAndDropGridModule} from 'XXXXXXXXXXXXX';
@NgModule({
imports: [
BrowserModule,
XXXXXXXXXXXXXX
],
bootstrap: [AppComponent]
})
export class AppModule { }
import {Component, OnInit} from '@angular/core';
import {XXXXXXXXXXXXXX} from 'drag-and-drop-grid-module';
@Component({
selector: 'app-drag-and-drop-grid-example',
templateUrl: './drag-and-drop-grid.component.html',
styleUrls: ['./drag-and-drop-grid.component.sass']
})
export class XXXXXXXXXXXXXXXXXX implements OnInit {
public list = [1, 2, 3, 4, 5, 6, 7, 8, 9];
ngOnInit() {
}
}
<XXXXXXXXXXXX [items]="list" [columnNumber]="5">
<div *XXXXXXXXXXXXX="let listItem; let i=index">
Item {{listItem}}; Index {{i}}
</div>
</XXXXXXXXXX>
You can use the XXXXXXXXXXX
directive to inject your custom template as grid items.
FAQs
A simple component for using the @angular/cdk drag and drop sort functions with a mixed orientation grid list
We found that ngx-drag-and-drop-grid demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.