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

import { filter } from 'lodash'; #182

Closed
ShridharGowda opened this issue Dec 16, 2016 · 2 comments
Closed

import { filter } from 'lodash'; #182

ShridharGowda opened this issue Dec 16, 2016 · 2 comments

Comments

@ShridharGowda
Copy link

ShridharGowda commented Dec 16, 2016

Issue Overview

import { filter } from 'lodash';
this line showing build error at @todolist/completed-filter.pipe.ts

Issue Description

Reproducables

<Please explain the way to reproduce your issue, or even better with Plunker link>

Information

Use import { filter } from '@types/lodash';

@antonybudianto
Copy link
Owner

Please complete the issue template, cannot reproduce the issue

@antonybudianto7
Copy link
Collaborator

Btw you cannot do

import { filter } from '@types/lodash';

you're supposed to do it with

import { filter } from 'lodash';

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

No branches or pull requests

3 participants