docs(): update docs

This commit is contained in:
mhartington
2016-09-27 11:35:30 -04:00
parent b3163f1095
commit 75175f6388
6 changed files with 78 additions and 2 deletions

View File

@ -4,6 +4,9 @@ import { DeepLinkConfig, NavLink, NavSegment } from './nav-util';
import { isArray, isBlank, isPresent } from '../util/util';
/**
* @private
*/
export class UrlSerializer {
links: NavLink[];
@ -306,6 +309,9 @@ function sortConfigLinks(a: NavLink, b: NavLink) {
const URL_REPLACE_REG = /\s+|\?|\!|\$|\,|\.|\+|\"|\'|\*|\^|\||\/|\\|\[|\]|#|%|`|>|<|;|:|@|&|=/g;
/**
* @private
*/
export const DeepLinkConfigToken = new OpaqueToken('USERLINKS');
export function setupUrlSerializer(userDeepLinkConfig: any): UrlSerializer {