Formatted files. Using ds as prefix instead of dspace.

This commit is contained in:
William Welling
2016-12-01 12:32:54 -06:00
parent 9e96728761
commit 47b2de2aa4
23 changed files with 75 additions and 72 deletions

View File

@@ -4,7 +4,7 @@ import { Component, ChangeDetectionStrategy, ViewEncapsulation } from '@angular/
changeDetection: ChangeDetectionStrategy.Default,
encapsulation: ViewEncapsulation.Emulated,
selector: 'ds-home',
styleUrls: [ './home.component.css' ],
styleUrls: ['./home.component.css'],
templateUrl: './home.component.html'
})
export class HomeComponent {