chore(navigation): remove private, old property on interface

remove private, old property on interface
This commit is contained in:
Dan Bucholtz
2017-03-09 10:46:30 -06:00
parent c7ad3ce4bf
commit a7ea189fa3

View File

@ -120,7 +120,6 @@ export interface DeepLinkMetadataType {
*/
export class DeepLinkMetadata implements DeepLinkMetadataType {
component?: any;
viewFactoryFunction?: string;
loadChildren?: string;
name?: string;
segment?: string;