Aleksandr Aleksandrov 6 years ago
parent
commit
c6e0804401
3 changed files with 1 additions and 2 deletions
  1. 1 1
      package.json
  2. 0 0
      src/element.ts
  3. 0 1
      src/watch.ts

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "@ex-helpers/element",
-  "version": "0.1.15",
+  "version": "0.1.16",
   "description": "Several element wrapper helpers",
   "scripts": {
     "build": "exb",

+ 0 - 0
src/element.ts


+ 0 - 1
src/watch.ts

@@ -2,7 +2,6 @@ import {ElementRef} from '@angular/core';
 import extend from 'lodash-es/extend';
 import {IncrementalStackManager} from '@ex-helpers/stack';
 import {bounds} from './bounds';
-import './element';
 
 declare module '@angular/core' {