mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-19 22:48:08 +01:00
Panels: development
This commit is contained in:
parent
ef18e103d5
commit
da6eb0db49
11 changed files with 108 additions and 91 deletions
|
|
@ -1,11 +1,13 @@
|
|||
import {Component, ViewEncapsulation} from 'angular2/core';
|
||||
|
||||
import {PopularApp} from './popularApp';
|
||||
import {BaPanel} from '../../theme';
|
||||
|
||||
|
||||
@Component({
|
||||
selector: 'dashboard',
|
||||
pipes: [],
|
||||
directives: [PopularApp],
|
||||
directives: [PopularApp, BaPanel],
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
styles: [require('./dashboard.scss')],
|
||||
template: require('./dashboard.html')
|
||||
|
|
|
|||
|
|
@ -1,11 +1,10 @@
|
|||
<!--<div class="row">-->
|
||||
<!--<div class="col-xlg-9 col-lg-6 col-md-6 col-sm-12 col-xs-12">-->
|
||||
<!--<div class="row">-->
|
||||
<!--<div class="col-xlg-4 col-lg-12 col-md-12 col-sm-5 col-xs-12"-->
|
||||
<!--ba-panel-->
|
||||
<!--ba-panel-class="popular-app medium-panel">-->
|
||||
<!--<popular-app></popular-app>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
<!--</div>-->
|
||||
<div class="row">
|
||||
<div class="col-xlg-9 col-lg-6 col-md-6 col-sm-12 col-xs-12">
|
||||
<div class="row">
|
||||
<ba-panel class="col-xlg-4 col-lg-12 col-md-12 col-sm-5 col-xs-12"
|
||||
ba-panel-class="popular-app medium-panel">
|
||||
<popular-app></popular-app>
|
||||
</ba-panel>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,5 @@
|
|||
/*
|
||||
* Angular 2 decorators and services
|
||||
*/
|
||||
import {Component, ViewEncapsulation} from 'angular2/core';
|
||||
/*
|
||||
* App Component
|
||||
* Top Level Component
|
||||
*/
|
||||
|
||||
@Component({
|
||||
selector: 'popular-app',
|
||||
encapsulation: ViewEncapsulation.None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue