angular2-image-gallery
Advanced tools
Comparing version
{ | ||
"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 @@ |
107140
0.23%108
13.68%