From 17764d4932158b1667a6f702ec14da11925c1052 Mon Sep 17 00:00:00 2001 From: Dmitriy Shekhovtsov Date: Fri, 7 Oct 2016 10:46:54 +0300 Subject: [PATCH] fix(demo): demo page link to html fixed --- demo/components/table-section.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';