Skip to content

Commit 2562836

Browse files
authored
chore(empty-outlet): remove unnecessary moduleId (#1686)
1 parent 22ea821 commit 2562836

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: nativescript-angular/router/ns-empty-outlet.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import { PageRouterOutlet } from "./page-router-outlet";
44
@Component({
55
// tslint:disable-next-line:component-selector
66
selector: "ns-empty-outlet",
7-
moduleId: module.id,
87
template: "<page-router-outlet isEmptyOutlet='true'></page-router-outlet>"
98
})
109
export class NSEmptyOutletComponent {

0 commit comments

Comments
 (0)