Skip to content

Commit

Permalink
Upgrade angular 9 (#79)
Browse files Browse the repository at this point in the history
* upgrade angular 9
  • Loading branch information
wKoza committed Mar 24, 2020
1 parent b9ef825 commit 5faf531
Show file tree
Hide file tree
Showing 5 changed files with 9,788 additions and 6,696 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.


<a name="9.0.0-beta.0"></a>
# [9.0.0-beta.0](https://github.com/wKoza/ngx-upload/compare/v8.1.1...v9.0.0-beta.0) (2020-03-21)

<a name="8.2.0"></a>
# [8.2.0](https://github.com/wKoza/ngx-upload/compare/v8.1.1...v8.2.0) (2020-03-24)



<a name="8.1.1"></a>
## [8.1.1](https://github.com/wKoza/ngx-upload/compare/v8.1.0...v8.1.1) (2020-01-18)

Expand Down
13 changes: 3 additions & 10 deletions karma-shim.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
import 'core-js/client/shim';
import 'reflect-metadata';

import 'core-js';
import 'zone.js/dist/zone';
import 'zone.js/dist/long-stack-trace-zone';
import 'zone.js/dist/proxy';
import 'zone.js/dist/sync-test';
import 'zone.js/dist/jasmine-patch';
import 'zone.js/dist/async-test';
import 'zone.js/dist/fake-async-test';
import 'rxjs';
import 'zone.js/dist/zone-testing';

import { TestBed } from '@angular/core/testing';
import { BrowserDynamicTestingModule, platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing';

Expand Down

0 comments on commit 5faf531

Please sign in to comment.