Initialize the UI code
[holmes/rule-management.git] / rulemgt / src / main / frontend / src / alarm / vendor.ts
1 /* Copyright 2017 ZTE Corporation.
2  *
3  *Licensed under the Apache License, Version 2.0 (the "License");
4  *you may not use this file except in compliance with the License.
5  *You may obtain a copy of the License at
6  *
7  *     http://www.apache.org/licenses/LICENSE-2.0
8  *
9  * Unless required by applicable law or agreed to in writing, software
10  * distributed under the License is distributed on an "AS IS" BASIS,
11  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12  * See the License for the specific language governing permissions and
13  * limitations under the License.
14  */
15 import '@angular/platform-browser';
16 import '@angular/platform-browser-dynamic';
17 import '@angular/core';
18 import '@angular/common';
19 import '@angular/http';
20 import '@angular/router';
21 import 'angular-in-memory-web-api';
22 import 'rxjs';
23
24 import '../public/thirdparty/js/jquery_1.12.4.min.js';
25 import '../public/thirdparty/css/bootstrap.min.css';
26 import '../public/thirdparty/css/magic-check.css';
27 import '../public/thirdparty/css/zTreeStyle.css';
28 import '../public/framework/browser/css/open-ostyle.css';
29 import '../public/thirdparty/css/alarm-rule.css'
30
31 import '../public/thirdparty/js/bootstrap.min.js';
32 import '../public/thirdparty/js/bootstrap-table.min.js';
33 import '../public/thirdparty/js/bootstrap-table-filter-control.min.js';
34 import '../public/thirdparty/js/jquery.ztree.core-3.5.js';
35
36 import '../public/thirdparty/js/mustache.js';
37
38
39 import '../public/common/css/popModal.css';
40 import '../public/common/css/fileupload.css';
41 import '../public/common/js/jQuery-File-Upload/css/jquery.fileupload.css';
42
43 import '../public/common/js/jQuery-File-Upload/js/jquery.fileupload.js';
44 import '../public/common/js/popModal.js';