service role and service function metadata not imported
[sdc.git] / catalog-ui / src / polyfills.ts
1 /*-
2  * ============LICENSE_START=======================================================
3  * SDC
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END=========================================================
19  */
20
21 // This file includes polyfills needed by Angular and is loaded before the app.
22 // You can add your own extra polyfills to this file.
23 import 'core-js/es6/symbol';
24 import 'core-js/es6/object';
25 import 'core-js/es6/function';
26 import 'core-js/es6/parse-int';
27 import 'core-js/es6/parse-float';
28 import 'core-js/es6/number';
29 import 'core-js/es6/math';
30 import 'core-js/es6/string';
31 import 'core-js/es6/date';
32 import 'core-js/es6/array';
33 import 'core-js/es6/regexp';
34 import 'core-js/es6/map';
35 import 'core-js/es6/set';
36 import 'core-js/es6/reflect';
37
38 import 'core-js/es7/reflect';
39 import 'zone.js/dist/zone';
40
41
42
43 // If you need to support the browsers/features below, uncomment the import
44 // and run `npm install import-name-here';
45 // Learn more in https://angular.io/docs/ts/latest/guide/browser-support.html
46
47 // Needed for: IE9
48 // import 'classlist.js';
49
50 // Animations
51 // Needed for: All but Chrome and Firefox, Not supported in IE9
52 // import 'web-animations-js';
53
54 // Date, currency, decimal and percent pipes
55 // Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
56 // import 'intl';
57
58 // NgClass on SVG elements
59 // Needed for: IE10, IE11
60 // import 'classlist.js';