Skip to content

Commit

Permalink
Unsuccessful attempt to ref the template with absolute URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominique Quatravaux committed Oct 8, 2019
1 parent 9501231 commit 61bb991
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/imports/app/app.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component } from '@angular/core';

@Component({
selector: 'app',
templateUrl: 'app.html'
selector: 'app',
templateUrl: '/client/imports/app/app.html'
})
export class AppComponent {}
export class AppComponent { }

0 comments on commit 61bb991

Please sign in to comment.