Skip to content

Commit

Permalink
Step 21.14: Create a PartiesUpload component
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 7d6e1c6 commit 281ea91
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions client/imports/app/parties/parties-upload.component.ts
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@
import { Component } from '@angular/core';

import template from './parties-upload.component.html';

@Component({
selector: 'parties-upload',
template
})
export class PartiesUploadComponent {
constructor() {}
}

0 comments on commit 281ea91

Please sign in to comment.