blob: 7f603f4813b048a3c43a49838aebf3fde54f8300 [file] [log] [blame]
YILI3d2fa1d2017-03-22 11:36:29 +08001/* 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
16import '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
21import 'core-js/es6/symbol';
22import 'core-js/es6/object';
23import 'core-js/es6/function';
24import 'core-js/es6/parse-int';
25import 'core-js/es6/parse-float';
26import 'core-js/es6/number';
27import 'core-js/es6/math';
28import 'core-js/es6/string';
29import 'core-js/es6/date';
30import 'core-js/es6/array';
31import 'core-js/es6/regexp';
32import 'core-js/es6/map';
33import 'core-js/es6/set';
34import 'core-js/es6/weak-map';
35import 'core-js/es6/weak-set';
36import 'core-js/es6/typed';
37import 'core-js/es6/reflect';
38// see issue https://github.com/AngularClass/angular2-webpack-starter/issues/709
39// import 'core-js/es6/promise';
40
41import 'core-js/es7/reflect';
42import 'zone.js/dist/zone';
43import 'zone.js/dist/long-stack-trace-zone';