mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
docs(deeplinker): add docs
* docs(deeplinker): add inital docs
This commit is contained in:
@ -92,6 +92,9 @@ export interface DeepLinkMetadataType {
|
||||
defaultHistory?: any[];
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
*/
|
||||
export class DeepLinkMetadata implements DeepLinkMetadataType {
|
||||
component: any;
|
||||
name: string;
|
||||
|
Reference in New Issue
Block a user