feat: ngx-layer test

parent 7b4018c0
......@@ -22,7 +22,6 @@
"styles": [
"../node_modules/layui-layer/dist/theme/default/layer.css",
"../node_modules/animate.css/animate.min.css",
"assets/inspinia/style.scss",
"../node_modules/xterm/dist/xterm.css",
"sass/style.scss",
"styles.css"
......
This diff is collapsed.
......@@ -14,9 +14,9 @@
"dependencies": {
"@angular/animations": "^4.2.4",
"@angular/cdk": "^2.0.0-beta.12",
"@angular/common": "^4.2.4",
"@angular/common": "^4.4.6",
"@angular/compiler": "^4.2.4",
"@angular/core": "^4.2.4",
"@angular/core": "^4.3.6",
"@angular/forms": "^4.2.4",
"@angular/http": "^4.2.4",
"@angular/platform-browser": "^4.2.4",
......@@ -46,7 +46,7 @@
"ng2-charts": "^1.5.0",
"ng2-cookies": "^1.0.12",
"ngx-bootstrap": "^1.6.6",
"ngx-contextmenu": "^4.1.1",
"ngx-layer": "0.0.3",
"ngx-logger": "^1.1.2",
"ngx-progressbar": "^2.1.1",
"node": "^9.3.0",
......@@ -67,7 +67,7 @@
"zone.js": "^0.8.14"
},
"devDependencies": {
"@angular/cli": "1.5.2",
"@angular/cli": "^1.6.5",
"@angular/compiler-cli": "^4.2.4",
"@angular/language-service": "^4.2.4",
"@types/jasmine": "~2.5.53",
......
......@@ -53,13 +53,17 @@ import {WindowsComponent} from './monitor-page/windows/windows.component';
import {BrowserXhr} from '@angular/http';
import {NgProgressModule, NgProgressBrowserXhr} from 'ngx-progressbar';
import {NgxLayerModule} from 'ngx-layer';
@NgModule({
imports: [
BrowserModule,
FormsModule,
AppRoutingModule,
HttpModule,
NgProgressModule
NgProgressModule,
NgxLayerModule
],
declarations: [
AppComponent,
......
......@@ -5,3 +5,4 @@
</li>
</ul>
</div>
<ngx-layer></ngx-layer>
......@@ -9,3 +9,6 @@ $FontPathOpenSans: "~npm-font-open-sans/fonts";
@import '~npm-font-open-sans/open-sans';
$roboto-font-path: "~roboto-fontface/fonts";
@import "~roboto-fontface/css/mixins.scss";
// inspinia
//@import "../assets/inspinia/style.scss";
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment