Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
luna
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
luna
Commits
fd957e28
Commit
fd957e28
authored
Sep 09, 2019
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 修改layout
parent
390240fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
9 deletions
+3
-9
app.module.ts
src/app/app.module.ts
+0
-9
plugins.ts
src/app/plugins/plugins.ts
+3
-0
No files found.
src/app/app.module.ts
View file @
fd957e28
/**
* app 模块
*
*
* @date 2017-11-07
* @author liuzheng <liuzheng712@gmail.com>
*/
import
{
BrowserModule
}
from
'@angular/platform-browser'
;
import
{
NgModule
}
from
'@angular/core'
;
import
{
FormsModule
,
ReactiveFormsModule
}
from
'@angular/forms'
;
// <-- NgModel lives here
import
{
NGXLogger
}
from
'ngx-logger'
;
import
{
FlexLayoutModule
}
from
'@angular/flex-layout'
;
import
{
HttpClientModule
}
from
'@angular/common/http'
;
import
{
CookieService
}
from
'ngx-cookie-service'
;
import
{
MAT_LABEL_GLOBAL_OPTIONS
}
from
'@angular/material'
;
...
...
@@ -34,7 +26,6 @@ import {SftpComponent} from './elements/sftp/sftp.component';
@
NgModule
({
imports
:
[
BrowserModule
,
FlexLayoutModule
,
FormsModule
,
HttpClientModule
,
ReactiveFormsModule
,
...
...
src/app/plugins/plugins.ts
View file @
fd957e28
...
...
@@ -4,11 +4,14 @@ import {LoggerModule, NgxLoggerLevel} from 'ngx-logger';
import
{
NgxDatatableModule
}
from
'@swimlane/ngx-datatable'
;
import
{
BrowserAnimationsModule
}
from
'@angular/platform-browser/animations'
;
import
{
NgProgressModule
}
from
'ngx-progressbar'
;
import
{
FlexLayoutModule
}
from
'@angular/flex-layout'
;
export
const
PluginModules
=
[
BrowserAnimationsModule
,
NgProgressModule
,
MaterialModule
,
FlexLayoutModule
,
LoggerModule
.
forRoot
({
level
:
NgxLoggerLevel
.
DEBUG
,
serverLogLevel
:
NgxLoggerLevel
.
ERROR
}),
NgxDatatableModule
,
NgxUIModule
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment