Skip to content

Commit

Permalink
Step 19.7: Import app component 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 4b8a46c commit 9db0d80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion client/imports/app/app.component.ts
@@ -1,9 +1,11 @@
import { Component } from '@angular/core';

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

@Component({
selector: 'app',
template
template,
styles: [ style ]
})
export class AppComponent {}

0 comments on commit 9db0d80

Please sign in to comment.