Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Observable imports #68

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Change Observable imports #68

wants to merge 7 commits into from

Commits on Apr 1, 2019

  1. Change Obserable import at RestService

    I changed the import of Observable from "import { Observable } from 'rxjs/internal/Observable';" to "import { Observable } from 'rxjs';" to improve the usability.
    OleWendland committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    643e1e8 View commit details
    Browse the repository at this point in the history
  2. Change Obserable import at ResourceService

    I changed the import of Observable from "import { Observable } from 'rxjs/internal/Observable';" to "import { Observable } from 'rxjs';" to improve the usability.
    OleWendland committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    63c5d1c View commit details
    Browse the repository at this point in the history
  3. Change Observable import at resource.ts

    I changed the import of Observable from "import { Observable } from 'rxjs/internal/Observable';" to "import { Observable } from 'rxjs';" to improve the usability.
    OleWendland committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    64ae720 View commit details
    Browse the repository at this point in the history
  4. Change Observable import at array-interface.ts

    I changed the import of Observable from "import { Observable } from 'rxjs/internal/Observable';" to "import { Observable } from 'rxjs';" to improve the usability.
    OleWendland committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    31c4f0d View commit details
    Browse the repository at this point in the history
  5. Downgrade to Angular 7

    Downgrade to Angular 7 to avoid problems with the Http-Client
    OleWendland committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    c581ce4 View commit details
    Browse the repository at this point in the history
  6. Update package.json

    OleWendland committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    8f2cbdc View commit details
    Browse the repository at this point in the history
  7. Update package.json

    OleWendland committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    da58e2b View commit details
    Browse the repository at this point in the history