Initialize the UI code
[holmes/rule-management.git] / rulemgt / src / main / frontend / src / alarm / polyfills.browser.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
16 import 'ie-shim'; // Internet Explorer 9 support
17
18 // import 'core-js/es6';
19 // Added parts of es6 which are necessary for your project or your browser support requirements.
20
21 import 'core-js/es6/symbol';
22 import 'core-js/es6/object';
23 import 'core-js/es6/function';
24 import 'core-js/es6/parse-int';
25 import 'core-js/es6/parse-float';
26 import 'core-js/es6/number';
27 import 'core-js/es6/math';
28 import 'core-js/es6/string';
29 import 'core-js/es6/date';
30 import 'core-js/es6/array';
31 import 'core-js/es6/regexp';
32 import 'core-js/es6/map';
33 import 'core-js/es6/set';
34 import 'core-js/es6/weak-map';
35 import 'core-js/es6/weak-set';
36 import 'core-js/es6/typed';
37 import 'core-js/es6/reflect';
38 // see issue https://github.com/AngularClass/angular2-webpack-starter/issues/709
39 // import 'core-js/es6/promise';
40
41 import 'core-js/es7/reflect';
42 import 'zone.js/dist/zone';
43 import 'zone.js/dist/long-stack-trace-zone';