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 dotansimha committed Nov 27, 2016
1 parent 114ff4c commit a72e893
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 a72e893

Please sign in to comment.