Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

backend.service.js (of import) #196

@bharatn

Description

@bharatn

I am using with ngx translate, webpack and got error with 'of' not found. same issue with 'from'

backend.service.js

import { Observable, BehaviorSubject, from, of } from 'rxjs';

Fix
import { Observable, BehaviorSubject } from 'rxjs';
import { from } from 'rxjs/observable/from';
import { of } from 'rxjs/observable/of';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions