A Last.fm app using Angular2-LastFM service to search/browse artists and albums.
Made with Angular. This used to say 'made with Angular 2' but then it all changed :-)
This project was generated with angular-cli.
- Modules
- Components
- Template Syntax
- Routing & Navigation
- Reactive programming (RxJs)
- Forms / User Input
- Dependency Injection
- Pipes
- Attribute directives
- Structural directives
npm install -g @angular/clinpm install
// or
yarn installng serveRun 'ng serve' for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
ng buildRun 'ng build' to build the project - stored in the 'dist/' directory. Use the '-prod' flag for a production build.
2.1.0
Add your Last.fm API key to environments/environment.ts
Mike