docs(deeplinker): add docs

* docs(deeplinker): add inital docs
This commit is contained in:
Mike Hartington
2016-10-12 16:58:47 -04:00
committed by GitHub
parent 06e2418107
commit e9260250dc
3 changed files with 122 additions and 59 deletions

View File

@ -92,6 +92,9 @@ export interface DeepLinkMetadataType {
defaultHistory?: any[];
}
/**
* @private
*/
export class DeepLinkMetadata implements DeepLinkMetadataType {
component: any;
name: string;