ngSpotify:使用Spotify Web API的正常Angular CLI应用程序

时间:2024-05-29 08:04:06
【文件属性】:

文件名称:ngSpotify:使用Spotify Web API的正常Angular CLI应用程序

文件大小:1.25MB

文件格式:ZIP

更新时间:2024-05-29 08:04:06

TypeScript

NgSpotify 该项目是使用版本1.1.3生成的。 此Angular 4应用程序将使用Spotify API允许我们搜索艺术家和专辑信息,并允许我们预览该应用程序中的曲目。 项目 利用Spotify Web API,用户将能够搜索音乐。 他们还可以预览搜索到的音乐。 用户可以搜索: 歌曲名称,并获取具有其搜索名称的歌曲列表。 艺术家,并获取该艺术家拥有的歌曲和专辑的列表。 专辑并获取该专辑中的歌曲列表 用 npm install-安装所有依赖项 npm start-启动应用程序 开发服务器 为开发服务器运行ng serve 。 导航到http://localhost:4200/ 。 如果您更改任何源文件,该应用程序将自动重新加载。 代码脚手架 运行ng generate component component-name生成一个新的组件。 您也可以使用ng generate


【文件预览】:
ngSpotify-master
----docs()
--------inline.bundle.js.map(6KB)
--------vendor.bundle.js(2.5MB)
--------main.bundle.js(31KB)
--------inline.bundle.js(6KB)
--------index.html(1KB)
--------styles.bundle.js.map(18KB)
--------polyfills.bundle.js(216KB)
--------styles.bundle.js(14KB)
--------main.bundle.js.map(25KB)
--------vendor.bundle.js.map(3.04MB)
--------polyfills.bundle.js.map(250KB)
--------favicon.ico(5KB)
----package.json(1KB)
----tslint.json(3KB)
----protractor.conf.js(722B)
----_config.yml(26B)
----.angular-cli.json(1KB)
----package-lock.json(335KB)
----src()
--------Artist.js(156B)
--------styles1.css(125KB)
--------typings.d.ts(104B)
--------tsconfig.app.json(209B)
--------Album.js.map(156B)
--------test.ts(1KB)
--------assets()
--------index.html(1KB)
--------Artist.ts(144B)
--------tsconfig.spec.json(302B)
--------app()
--------main.ts(336B)
--------Artist.js.map(158B)
--------Album.ts(53B)
--------styles.css(562B)
--------polyfills.ts(3KB)
--------Album.js(150B)
--------environments()
--------favicon.ico(5KB)
--------main.css(684B)
----tsconfig.json(385B)
----e2e()
--------tsconfig.e2e.json(194B)
--------app.po.ts(214B)
--------app.e2e-spec.ts(311B)
----.gitignore(22B)
----docsOld()
--------styles.517363c5363a622bacb5.bundle.css(377B)
--------polyfills.07685bca73161be59257.bundle.js(60KB)
--------index.html(1KB)
--------vendor.b0e7e2de60886e7bae15.bundle.js(406KB)
--------inline.fd71dc87e4662e8d4398.bundle.js(1KB)
--------main.fbb40cf557990f72fddf.bundle.js(26KB)
--------favicon.ico(5KB)
----karma.conf.js(924B)
----README.md(2KB)
----.editorconfig(245B)

网友评论