You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I have just added the code from your Quick Start tutorial and my Idea PhpStorm (10.0.4) underscore LocalDataSource when i'm trying to import it from ng2-smart-table and shows tip "Can not resolve symbol LocalDataSource": import { Ng2SmartTableModule, LocalDataSource } from 'ng2-smart-table';
Everything actually works good as aspected but this underscore is a little bit annoying. And because of it also not available autocomplete in Idea.
My environment: typescript: 2.0.2, angular: 2.0.0
angular-cli: 1.0.0-beta.14 node: 5.6.0 os: darwin x64
"ng2-smart-table": "^0.3.1"
P.s Thanks for this useful component
The text was updated successfully, but these errors were encountered:
In my project i have import { Ng2SmartTableModule } in my Module and I have LocalDataSource import statement in my component. If you do it like this it'll work.
Hello! I have just added the code from your Quick Start tutorial and my Idea PhpStorm (10.0.4) underscore LocalDataSource when i'm trying to import it from ng2-smart-table and shows tip "Can not resolve symbol LocalDataSource":
import { Ng2SmartTableModule, LocalDataSource } from 'ng2-smart-table';
Everything actually works good as aspected but this underscore is a little bit annoying. And because of it also not available autocomplete in Idea.
My environment:
typescript: 2.0.2
,angular: 2.0.0
angular-cli: 1.0.0-beta.14
node: 5.6.0
os: darwin x64
"ng2-smart-table": "^0.3.1"
P.s Thanks for this useful component
The text was updated successfully, but these errors were encountered: