mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(navigation): remove private, old property on interface
remove private, old property on interface
This commit is contained in:
@ -120,7 +120,6 @@ export interface DeepLinkMetadataType {
|
|||||||
*/
|
*/
|
||||||
export class DeepLinkMetadata implements DeepLinkMetadataType {
|
export class DeepLinkMetadata implements DeepLinkMetadataType {
|
||||||
component?: any;
|
component?: any;
|
||||||
viewFactoryFunction?: string;
|
|
||||||
loadChildren?: string;
|
loadChildren?: string;
|
||||||
name?: string;
|
name?: string;
|
||||||
segment?: string;
|
segment?: string;
|
||||||
|
Reference in New Issue
Block a user