angular / in-memory-web-api

The code for this project has moved to the angular/angular repo. This repo is now archived.
MIT License
1.18k stars 232 forks source link

compatible with angular : 6.0.0-rc.0 and rxjs 6.0.0-beta.1 #187

Closed xmlking closed 5 years ago

xmlking commented 6 years ago
  1. Compatible with angular 5.x and 6.x For Angular v5 users, Option 1 For Angular v6 users, Option 2

    1. Option 1: rxjs: "5.6.0-forward-compat.1"
    2. Option 2: "rxjs": "6.0.0-beta.1", "rxjs-compat": "6.0.0-beta.1",
  2. Packaging with ng-packagr

    source without generated files build npm run build test npm run test publish npm publish dist --access public

  3. integration tests run test app npm run start

googlebot commented 6 years ago

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

:memo: Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here (e.g. I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers
xmlking commented 6 years ago

I signed it!

googlebot commented 6 years ago

CLAs look good, thanks!

xmlking commented 6 years ago

For prelease testing with Angular 6.0.0-rc.0 npm i @xmlking/angular-in-memory-web-api

wardbell commented 5 years ago

I'm closing because I only want to support RxJS v.6 and do not intend to support backward compat library which is deprecated in Angular v7.

Moreover, this PR updates far too many files.

But thanks for you interest and I hope you continue to find value in this library.