Christian Guilherme Fritsch

Results 3 issues of Christian Guilherme Fritsch

This fix solve Yeoman minified version (`grunt serve:dist`). **BUT** this remove attribute param `open` and add attribute param `show`, breaking compatibility with oldest versions.

We are using Yeoman scaffolding in our project. When we run `grunt serve:dist`, the `default-skin.png` file doesn't found in dist folder - photoswipe plugin look for `styles/default-skin.png`.

``` Warning: Can't resolve all parameters for Activities in src/app/core/models/activities.model.ts: ([object Object], ?). This will become an error in Angular v6.x ``` I'm using Angular CLI 1.6.6 and Angular 5.2.2....