Skip to content

Commit

Permalink
Step 1.5: Implement template
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent 875f31f commit 852af83
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/imports/app/app.component.ts
@@ -1,6 +1,9 @@
import { Component } from '@angular/core';

import template from './app.component.html';

@Component({
selector: 'app'
selector: 'app',
template
})
export class AppComponent {}

0 comments on commit 852af83

Please sign in to comment.