We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d72b1b commit 88b3425Copy full SHA for 88b3425
1 file changed
MyApp.Client/src/shared/src-page.component.ts
@@ -20,6 +20,6 @@ export class SrcPageComponent {
20
@Input() path!: string;
21
22
get fullPath(): string {
23
- return combinePaths('/MyApp.Client/src/pages', this.path);
+ return combinePaths('/MyApp.Client/src/app', this.path);
24
}
25
0 commit comments