angular2-grid | A drag/drop/resize grid-based plugin directive for angular2 | Grid library
kandi X-RAY | angular2-grid Summary
kandi X-RAY | angular2-grid Summary
A drag/drop/resize grid-based plugin directive for angular2
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of angular2-grid
angular2-grid Key Features
angular2-grid Examples and Code Snippets
Community Discussions
Trending Discussions on angular2-grid
QUESTION
There is a module that I want to try and make some changes to, for a test.
The code is here:
https://github.com/BTMorton/angular2-grid
Right now to install this in my project I just need to type: npm install angular2-grid from my terminal.
My question is:
If I downloaded the code from github and made some changes to it,
How do I install it in my product and test it if my test changes are not on npm repo?
...ANSWER
Answered 2017-Dec-16 at 15:12You can install npm modules locally.
Just use npm install file:/path/to/your/repo
Alternately, you could fork the repo and then use a github link:
npm install github:yourname/angular2-grid.git
QUESTION
I am relatively new to angular 2. I want to use angular2-grid directory. What I have done is creating a folder for my application with all necessary starting file and then run npm-install. Installation is completed and the demo application is working after I typed npm start. Then I want to set up angular2-grid and in the official website is saying to use it you simply have to run npm install angular2-grid. I tried that but I got some warning like :
npm WARN angular2-grid@2.0.1 requires a peer of @angular/core@^2.4.4 but none was installed. npm WARN angular2-grid@2.0.1 requires a peer of rxjs@^5.0.1 but none was installed. npm WARN angular2-grid@2.0.1 requires a peer of zone.js@^0.7.2 but none was installed.
I need some help how to overcome this problem. Any suggestion is welcome.
My package.json
below:
ANSWER
Answered 2017-Feb-23 at 09:37 {
"name": "product-management",
"version": "1.0.0",
"author": "Deborah Kurata",
"description": "Package for the Acme Product Management sample application",
"scripts": {
"start": "tsc && concurrently \"tsc -w\" \"lite-server\" ",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lint": "tslint ./app/**/*.ts -t verbose",
"lite": "lite-server",
"typings": "typings",
"postinstall": "typings install"
},
"license": "ISC",
"dependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/http": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/router": "3.0.0",
"core-js": "^2.4.1",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.27",
"zone.js": "^0.6.23",
"bootstrap": "^3.3.6"
},
"devDependencies": {
"concurrently": "^2.2.0",
"lite-server": "^2.2.0",
"tslint": "^3.7.4",
"typescript": "^2.0.2",
"typings": "^1.0.4"
},
"repository": {}
}
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install angular2-grid
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page