fix(build): update angular build process

This commit is contained in:
Adam Bradley
2017-04-26 15:26:25 -05:00
parent cdffc62615
commit dfdcf2003d
26 changed files with 484 additions and 295 deletions

View File

@ -164,23 +164,3 @@ export { registerModeConfigs } from './config/mode-registry';
export { IonicGestureConfig } from './gestures/gesture-config';
export { IonicModule, IonicPageModule, provideLocationStrategy } from './module';
/**
* Core
*/
import * as interfaces from './util/interfaces';
export declare const Component: interfaces.ComponentDecorator;
export declare const h: interfaces.Hyperscript;
export declare const Ionic: interfaces.Ionic;
export declare const Listen: interfaces.ListenDecorator;
export declare const Prop: interfaces.PropDecorator;
export declare const Watch: interfaces.WatchDecorator;