feat(Ionic): import Ionic for controllers and config

This commit is contained in:
Adam Bradley
2017-08-03 08:51:25 -05:00
parent f6781825ed
commit 15b45f5f30
12 changed files with 71 additions and 51 deletions

View File

@ -1,5 +1,6 @@
import { Component, Element } from '@stencil/core';
import { getParentElement, getToolbarHeight } from '../../utils/helpers';
import { Ionic } from '../../index';
@Component({