LoginSignup
0
0

テスト

Posted at

/***************************************************************************************************

  • BROWSER POLYFILLS
    */

/** IE9, IE10, IE11, Chrome <55, Firefox <45, Safari <10 などに必要なポリフィル **/
import 'core-js/stable';

/** Web Animationsのポリフィル **/
import 'web-animations-js';

/**

  • IE10とIE11での SVGElement.prototype.classList のサポートを追加するためのポリフィル
    */
    import 'classlist.js';

/**

  • Chrome 46 は Promises を完全にサポートしていないため、Promise ポリフィルが必要です。
    */
    import 'core-js/features/promise';

/**

  • Angularで非推奨とされている古いブラウザのサポートを可能にする場合(オプション)
  • このインポートは、これらのブラウザで動作するために必要です。
    */
    import 'zone.js/dist/zone'; // Included with Angular CLI.

/***************************************************************************************************

  • Zone JS is required by Angular itself.
    */
    import 'zone.js/dist/zone'; // Included with Angular CLI.

/***************************************************************************************************

  • APPLICATION IMPORTS
    */

/**

  • Date, currency, decimal and percent pipes.
  • Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10
    */
    import 'core-js/features/date';
    import 'core-js/features/number';
    import 'core-js/features/string';
    import 'core-js/features/array';

/**

  • 以下に追加のポリフィルを設定できます。
    */
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0