feat: ngx-layer test

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