Skip to content

Commit

Permalink
[IT-2784]] add old spin to global package.js and edit spin.js import
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Antonio Lastra Colorado committed Sep 9, 2019
1 parent 4ad33e7 commit 2330893
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
@@ -1,6 +1,5 @@
import { Component, OnInit, ElementRef, OnDestroy } from '@angular/core'; import { Component, OnInit, ElementRef, OnDestroy } from '@angular/core';
import { Spinner } from 'spin.js/spin'; import { Spinner, SpinnerOptions } from 'spin.js';
import { SpinnerOptions } from 'spin.js/SpinnerOptions';
import { Subscription } from 'rxjs'; import { Subscription } from 'rxjs';
import {SpinnerService} from "../../services/spinner.service"; import {SpinnerService} from "../../services/spinner.service";


Expand Down
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -53,6 +53,7 @@
"reductio": "0.6.3", "reductio": "0.6.3",
"save-svg-as-png": "1.1.0", "save-svg-as-png": "1.1.0",
"sticky-table-headers": "0.1.24", "sticky-table-headers": "0.1.24",
"tag-it": "HirokiDaido/tag-it" "tag-it": "HirokiDaido/tag-it",
"spin.js": "^2.0.1"
} }
} }

0 comments on commit 2330893

Please sign in to comment.