eduardolima93 / angular2-spotify

Angular2 Service to connect to Spotify Web API
MIT License
20 stars 14 forks source link

has no exported member 'SpotifyService'. #14

Open aserra opened 5 years ago

aserra commented 5 years ago

With:

Angular CLI: 6.2.4
Node: 8.11.4
OS: darwin x64
Angular: 6.1.9

When I import it in a app.component.ts

import { SpotifyService } from 'angular2-spotify/angular2-spotify';

return me an error:

[ts] Module '"[...]/node_modules/angular2-spotify/angular2-spotify"' has no exported member 'SpotifyService'.

unarix commented 5 years ago

Same error here!