You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

angular2-image-gallery

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular2-image-gallery - npm Package Compare versions

Comparing version

to
0.7.4

2

package.json
{
"name": "angular2-image-gallery",
"version": "0.7.3",
"version": "0.7.4",
"description": "Responsive Angular 2 image gallery",

@@ -5,0 +5,0 @@ "repository": {

@@ -39,3 +39,3 @@ # Angular 2 Image Gallery

#### 3. Import scripts (when using angular-cli add these lines in polyfills.ts)
#### 3. Import scripts (when using angular-cli uncomment these lines in polyfills.ts)

@@ -45,2 +45,18 @@ ```javascript

import 'hammerjs/hammer';
import 'core-js/es6/symbol';
import 'core-js/es6/object';
import 'core-js/es6/function';
import 'core-js/es6/parse-int';
import 'core-js/es6/parse-float';
import 'core-js/es6/number';
import 'core-js/es6/math';
import 'core-js/es6/string';
import 'core-js/es6/date';
import 'core-js/es6/array';
import 'core-js/es6/regexp';
import 'core-js/es6/map';
import 'core-js/es6/set';
import 'web-animations-js';
```

@@ -82,5 +98,2 @@

Hint: If you are using Angular-Cli 1.0.0 or above please consider the following:
https://github.com/BenjaminBrandmeier/angular2-image-gallery/issues/31#issuecomment-289311369
## Currently used tools

@@ -87,0 +100,0 @@