remove style in html #1678 (#1743)

This commit is contained in:
Eugenio Romano
2017-03-22 10:50:24 +00:00
committed by Mario Romano
parent 76009fcd46
commit 05635db985
17 changed files with 78 additions and 22 deletions

View File

@@ -22,7 +22,8 @@ import { LogService } from 'ng2-alfresco-core';
@Component({
selector: 'about-page',
templateUrl: './about.component.html'
templateUrl: './about.component.html',
styleUrls: ['./about.component.css']
})
export class AboutComponent implements OnInit {