mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +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 {
|
||||
component?: any;
|
||||
viewFactoryFunction?: string;
|
||||
loadChildren?: string;
|
||||
name?: string;
|
||||
segment?: string;
|
||||
|
Reference in New Issue
Block a user