code reformat to follow the styles

This commit is contained in:
nixa 2016-04-29 17:27:19 +03:00
parent 669b3df4b5
commit a8cd300ecc
26 changed files with 193 additions and 187 deletions

View file

@ -7,19 +7,20 @@ import {Component, ViewEncapsulation} from 'angular2/core';
* Top Level Component
*/
@Component({
selector: 'dashboard',
pipes: [ ],
providers: [ ],
encapsulation: ViewEncapsulation.None,
styles: [require('./dashboard.scss') ],
template: 'DASHBOARD'
selector: 'dashboard',
pipes: [],
providers: [],
encapsulation: ViewEncapsulation.None,
styles: [require('./dashboard.scss')],
template: 'DASHBOARD'
})
export class Dashboard {
constructor() {}
constructor() {
}
ngOnInit() {
console.log('DASHBOARD');
}
ngOnInit() {
console.log('DASHBOARD');
}
}
}

View file

@ -7,9 +7,9 @@
}
@media screen and (max-width: 1620px) {
.panel.feed-panel.large-panel {
height: 824px;
}
.panel.feed-panel.large-panel {
height: 824px;
}
}
.user-stats-panel {
@ -18,6 +18,6 @@
}
}
.blurCalendar{
.blurCalendar {
height: 475px;
}
}

View file

@ -36,9 +36,11 @@ export class Pages {
private _routeConfig;
constructor(private _router: Router) { }
constructor(private _router:Router) {
}
ngOnInit() { }
ngOnInit() {
}
getRoutes() {