feat(security): add security setup (#1565)

This commit is contained in:
Dmitry Nehaychik 2018-02-23 15:07:06 +03:00 committed by GitHub
parent f4cdf4ab22
commit 480a90b8c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 28 additions and 1 deletions

View file

@ -1,4 +1,5 @@
import { NgModule } from '@angular/core';
import { NgxEchartsModule } from 'ngx-echarts';
import { ThemeModule } from '../../@theme/theme.module';