Giter Club home page Giter Club logo

angular-spotify-api-app's People

Contributors

fishstick22 avatar

Watchers

 avatar

Forkers

xeavier

angular-spotify-api-app's Issues

bootswatch.com cyborg bootstrap theme with webpack

Simply adding the css from index.html in course project does not work with Webpack

    <link rel="stylesheet" href="http://bootswatch.com/cyborg/bootstrap.min.css">
    <link rel="stylesheet" href="styles.css">

nor does the other custom css, the page is white and the other styles don't show as before

Angular 2 router no base href set

Unhandled Promise rejection: No base href set. Please provide a value for the APP_BASE_HREF token or add a base element to the document. ; Zone:

Spotify API now requires authentication

Course sources updated into new project, but the Spotify API apparently changed in the last 13 days as a 'token' is now required on requests, Now getting this response

{ "error" : { "status" : 401, "message" : "No token provided" } }

Now we'll have to register and generate a token then figure how to pass this on the requests using Spotify Web API Authorization Guide

Uncaught Error: moduleId should be a string in "AppComponent"

When updating course source files into starter project using webpack 1, received error

Error: moduleId should be a string in "AppComponent". See https://goo.gl/wIDDiL for more information.
If you're using Webpack you should inline the template and the styles, see https://goo.gl/X2J8zc.

found simple answer here

If you are using webpack for bundling then you don't need module.id in decorator. Webpack plugins auto handle (add it) module.id in final bundle

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.