feat(angular): href integration

This commit is contained in:
Manu Mtz.-Almeida
2018-04-03 18:51:32 +02:00
parent 926c8859ce
commit 09e6b7e4a2
3 changed files with 32 additions and 0 deletions

View File

@ -11,6 +11,7 @@ export { NavDelegate } from './navigation/nav-delegate';
export { TabDelegate } from './navigation/tab-delegate';
export { TabsDelegate } from './navigation/tabs-delegate';
export { IonRouterOutlet } from './navigation/ion-router-outlet';
export { HrefDelegate } from './navigation/href-delegate';
export { Icon } from './icon';
export { VirtualScroll } from './virtual-scroll/virtual-scroll';