mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-09 15:12:34 +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,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