Skip to content

Commit

Permalink
add: Playlist view
Browse files Browse the repository at this point in the history
  • Loading branch information
unarix committed Jun 1, 2019
1 parent 11d2427 commit 487d72e
Show file tree
Hide file tree
Showing 52 changed files with 631 additions and 50 deletions.
15 changes: 15 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "ng serve my sub application",
"type": "chrome",
"request": "launch",
"url": "http://localhost:4200",
"webRoot": "${workspaceRoot}"
}
]
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ This project was generated with [Angular CLI](https://github.com/angular/angular

Se presenta las posibilidades que ofrece la utilización del Web API de Spotify en un ejemplo realizado con Angular 7.

![alt text](https://test.com/img.png)

## Para ejecutar el proyecto

npm install
Expand Down
2 changes: 1 addition & 1 deletion dist/Angular-Spotify-API/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>

<script type="text/javascript" src="runtime.b57bf819d5bdce77f1c7.js"></script><script type="text/javascript" src="polyfills.f5cbb92243360c832fdd.js"></script><script type="text/javascript" src="main.d2f45ff313488b80a074.js"></script></body>
<script type="text/javascript" src="runtime.b57bf819d5bdce77f1c7.js"></script><script type="text/javascript" src="polyfills.f5cbb92243360c832fdd.js"></script><script type="text/javascript" src="main.4cc35cef0ca838befea0.js"></script></body>

</html>
1 change: 1 addition & 0 deletions dist/Angular-Spotify-API/main.4cc35cef0ca838befea0.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/Angular-Spotify-API/main.d2f45ff313488b80a074.js

This file was deleted.

18 changes: 15 additions & 3 deletions dist/out-tsc/src/app/app.component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/out-tsc/src/app/app.component.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions dist/out-tsc/src/app/app.module.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/out-tsc/src/app/app.module.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions dist/out-tsc/src/app/app.routes.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/out-tsc/src/app/app.routes.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 26 additions & 0 deletions dist/out-tsc/src/app/components/artista/artista.component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

67 changes: 47 additions & 20 deletions dist/out-tsc/src/app/components/home/home.component.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 487d72e

Please sign in to comment.