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

fix(breadcrumbs): clean up imports of observable creation methods #1209

Merged

Conversation

jotatoledo
Copy link
Contributor

@jotatoledo jotatoledo commented Aug 11, 2018

  • Change to import creation methods from rxjs. Without this change, consumers
    of covalent are obligated to install rxjs-compat.

Closes #1208

Description

What's included?

Minor fix to imports in an experimental module.

Test Steps

Does not apply.

General Tests for Every PR

  • npm run serve:prod still works.
  • npm run tslint passes.
  • npm run stylelint passes.
  • npm test passes and code coverage is not lower.
  • npm run build:lib still works.

* Change to import creation methods from rxjs. Without this change, consumers
of covalent are obligated to install rxjs-compat.

Closes Teradata#1208
@jeremysmartt jeremysmartt added this to the Release 2.0.0 milestone Aug 13, 2018
@jeremysmartt
Copy link
Collaborator

Thank you for the PR 👍

@emoralesb05 emoralesb05 merged commit 3197c50 into Teradata:develop Aug 13, 2018
@jotatoledo jotatoledo deleted the feature/fix_breadcrumbs_imports branch August 14, 2018 05:33
kriswinbush pushed a commit to kriswinbush/covalent that referenced this pull request Feb 20, 2020
…radata#1209)

* Change to import creation methods from rxjs. Without this change, consumers
of covalent are obligated to install rxjs-compat.

Closes Teradata#1208
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(breadcrumbs): import rxjs creation methods from 'rxjs'
3 participants