Skip to content

Commit

Permalink
upgrade seller app to angular 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Crhistian Ramirez committed Nov 18, 2018
1 parent 6a5ca3c commit 4dd152b
Show file tree
Hide file tree
Showing 4 changed files with 1,973 additions and 1,497 deletions.
13 changes: 0 additions & 13 deletions src/UI/Buyer/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ import 'core-js/es7/array';
/** IE10 and IE11 requires the following for the Reflect API. */
import 'core-js/es6/reflect';

/** Evergreen browsers require these. **/
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
import 'core-js/es7/reflect';

/**
* Required to support Web Animations `@angular/platform-browser/animations`.
* Needed for: All but Chrome, Firefox and Opera. http://caniuse.com/#feat=web-animation
Expand All @@ -60,15 +56,6 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
* APPLICATION IMPORTS
*/

/**
* this polyfill is to allow us to use avatax clientside
* I will make a PR to the library to allow clientside and serverside
* usage, if accepted we can remove this polyfill
*/
(window as any).Buffer = (stringToEncode) => ({
toString: () => btoa(stringToEncode),
});

/**
* polyfill for childNode.remove() to work in IE.
*
Expand Down
Loading

0 comments on commit 4dd152b

Please sign in to comment.