mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
fix(build): update angular build process
This commit is contained in:
20
src/index.ts
20
src/index.ts
@ -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;
|
||||
|
Reference in New Issue
Block a user