Skip to content

Commit

Permalink
Step 6.9: Add PartyDetails component
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Dec 14, 2016
1 parent 28baf60 commit d516df2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions client/imports/app/parties/party-details.component.ts
@@ -0,0 +1,9 @@
import { Component } from '@angular/core';

import template from './party-details.component.html';

@Component({
selector: 'party-details',
template
})
export class PartyDetailsComponent {}

0 comments on commit d516df2

Please sign in to comment.