Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit c436824

Browse files
bowennijelbourn
authored andcommitted
fix(demo): correctly use template instead of templateUrl (#100)
1 parent 88d1b0f commit c436824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/demo-app/app/demo-app/demo-app.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {Component, ViewEncapsulation} from '@angular/core';
33
@Component({
44
selector: 'demo-app',
55
styleUrls : [ 'demo-app.css' ],
6-
templateUrl: `
6+
template: `
77
<md-toolbar class="bigger">
88
<div fxLayout="row" fxLayoutAlign="start center" style="height:40px; min-height:40px;">
99
<h2>Layout Demos: </h2>

0 commit comments

Comments
 (0)