All Projects → Tecode → Angular Music Player

Tecode / Angular Music Player

Licence: mit
Angular7.2.x音乐播放器,NGRX,with TypeScript

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Angular Music Player

Platform
Reactive libraries for Angular
Stars: ✭ 7,020 (+18373.68%)
Mutual labels:  ngrx
Rcv
Ranked Choice Voting app for free use.
Stars: ✭ 27 (-28.95%)
Mutual labels:  less
Openunison Qs Kubernetes
Kubernetes Quickstart
Stars: ✭ 30 (-21.05%)
Mutual labels:  less
Seti Ui
A subtle dark colored UI theme for Atom.
Stars: ✭ 856 (+2152.63%)
Mutual labels:  less
Angular Webpack Starter
A complete Angular 6 and Webpack 4 starter seed with minimal and full featured branches. Full featured branch includes: Material Design 2 (Bootstrap 4 branch available as well), @ngrx, HMR, DLLs and optional use of Universal for server-side rendering - Supports AOT (offline) compilation, sync and lazy loading. Karma/Protractor for e2e/unit tests.
Stars: ✭ 911 (+2297.37%)
Mutual labels:  ngrx
Mailspring Arc Theme
Stars: ✭ 28 (-26.32%)
Mutual labels:  less
Gridea Theme Simple
一个漂亮的 Gridea 主题 Simple
Stars: ✭ 26 (-31.58%)
Mutual labels:  less
Angular Ngrx Starter
Stars: ✭ 33 (-13.16%)
Mutual labels:  ngrx
Three Dots
🔮 CSS loading animations made by single element.
Stars: ✭ 912 (+2300%)
Mutual labels:  less
Angular Ngrx Data
Angular with ngRx and experimental ngrx-data helper
Stars: ✭ 954 (+2410.53%)
Mutual labels:  ngrx
Feather Flex
Ultralight flexbox based grid system.
Stars: ✭ 11 (-71.05%)
Mutual labels:  less
Road To Master Ngrx Store
A curated guided hyperlinks to learn all there is to know of Ngrx/Store and state management in general
Stars: ✭ 15 (-60.53%)
Mutual labels:  ngrx
Bootstrap Blog Template
An awesome blog template constructed using Twitter Bootstrap 3
Stars: ✭ 29 (-23.68%)
Mutual labels:  less
Metro Ui Css
Impressive component library for expressive web development! Build responsive projects on the web with the first front-end component library in Metro Style. And now there are even more opportunities every day!
Stars: ✭ 6,843 (+17907.89%)
Mutual labels:  less
Angular Espanol
Recursos, tutoriales y artículos para aprender Angular en español
Stars: ✭ 31 (-18.42%)
Mutual labels:  ngrx
Less Loader
Compiles Less to CSS
Stars: ✭ 851 (+2139.47%)
Mutual labels:  less
Blog
My blog created with React, Gatsby & Markdown
Stars: ✭ 29 (-23.68%)
Mutual labels:  less
Hexo Theme Snippet
Snippet 简洁而不简单,也许是一款你寻找已久的hexo主题
Stars: ✭ 977 (+2471.05%)
Mutual labels:  less
Ngrx French Guide
Le guide sur l'utilisation de NGRX dans une application Angular
Stars: ✭ 31 (-18.42%)
Mutual labels:  ngrx
Mailspring Nord Theme
A Nordic Theme for Mailspring!
Stars: ✭ 30 (-21.05%)
Mutual labels:  less

QQ音乐[Angular7.x + NGRX]

预览图

Development server【开发环境】

Run ng serve OR npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Run ng serve --host ip custom ip address. eg: ng serve --host 192.168.0.109,Navigate to http://192.168.0.109:4200/.

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Product server【正式环境】

Run npm run build:ssr && npm run serve:ssr

Run npm run start:pro Run with PM2 pm2 start dist/server

Create Components

Run ng g c new-component --module app

For another place to route to, create a second feature module with routing

Run ng generate module orders --routing AND ng generate module customers --routing

生成 Action Reducer Effect

Run ng generate action ../store/search --group

Run ng generate effect ../store/search --group --spec false

Run ng generate reducer ../store/search --group --spec false

Directory structure【目录结构】

├── app //组件
│   ├── common  //公共组件
│   │   ├── big-card
│   │   ├── headline
│   │   ├── scroll
│   │   ├── slider
│   │   └── small-card
│   ├── controller
│   ├── details
│   │   ├── cover
│   │   └── list-content
│   ├── helpers //公共函数
│   ├── hot
│   ├── list
│   ├── my-counter
│   ├── navbar
│   ├── portal
│   │   └── banner
│   ├── profile
│   ├── search
│   │   ├── hot-search
│   │   ├── search-input
│   │   └── search-list
│   └── smile
├── assets  //静态资源
│   └── imgs
│       ├── audio
│       ├── icon
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].