1
0

fixed lint errror

This commit is contained in:
William Welling
2017-10-04 06:54:27 -05:00
parent fa99152104
commit 91d2f4d1ef

View File

@@ -7,6 +7,6 @@ import { Component, Input } from '@angular/core';
})
export class LoadingComponent {
@Input() message: "Loading...";
@Input() message: 'Loading...';
}