Skip to content

Commit

Permalink
Step 18.12: Import parties list style
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 20b8cbc commit a8082d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/imports/app/parties/parties-list.component.ts
Expand Up @@ -13,6 +13,7 @@ import { Parties } from '../../../../both/collections/parties.collection';
import { Party } from '../../../../both/models/party.model';

import template from './parties-list.component.html';
import style from './parties-list.component.scss';

interface Pagination {
limit: number;
Expand All @@ -25,7 +26,8 @@ interface Options extends Pagination {

@Component({
selector: 'parties-list',
template
template,
styles: [ style ]
})
@InjectUser('user')
export class PartiesListComponent implements OnInit, OnDestroy {
Expand Down

0 comments on commit a8082d3

Please sign in to comment.