Skip to content

Commit

Permalink
chore(DeepLinkMetadata): added exports for DeepLinkMetadata and DeepL…
Browse files Browse the repository at this point in the history
…inkMetadataType

Close #8342. Close #8337
  • Loading branch information
pfrendo authored and mhartington committed Oct 6, 2016
1 parent 47e1e17 commit 9f697a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export { QueryParams, setupQueryParams, UrlToken } from './platform/query-params
export { DeepLinker } from './navigation/deep-linker';
export { NavController } from './navigation/nav-controller';
export { NavParams } from './navigation/nav-params';
export { NavLink, NavOptions, DeepLink, DeepLinkConfig } from './navigation/nav-util';
export { NavLink, NavOptions, DeepLink, DeepLinkConfig, DeepLinkMetadata, DeepLinkMetadataType } from './navigation/nav-util';
export { UrlSerializer, DeepLinkConfigToken } from './navigation/url-serializer';
export { ViewController } from './navigation/view-controller';

Expand Down

0 comments on commit 9f697a1

Please sign in to comment.