diff --git a/demo/components/table-section.ts b/demo/components/table-section.ts index 29d17be..2d3511c 100644 --- a/demo/components/table-section.ts +++ b/demo/components/table-section.ts @@ -7,7 +7,7 @@ let html = require('!!prismjs?lang=markup!./table/table-demo.html'); @Component({ selector: 'table-section', - templateUrl: './demo/components/table-section.html' + template: require('./table-section.html') }) export class TableSectionComponent { public name:string = 'Table';