Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex2wong/ngx-proj
AngularX project based on Angular-cli, include customized useful component and directive.
https://github.com/alex2wong/ngx-proj
angular-cli angular4 components typescript
Last synced: 13 days ago
JSON representation
AngularX project based on Angular-cli, include customized useful component and directive.
- Host: GitHub
- URL: https://github.com/alex2wong/ngx-proj
- Owner: alex2wong
- Created: 2017-04-12T11:32:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-13T08:19:35.000Z (almost 7 years ago)
- Last Synced: 2024-11-12T18:49:34.080Z (2 months ago)
- Topics: angular-cli, angular4, components, typescript
- Language: TypeScript
- Homepage: http://111.231.11.20:3000/ngx-proj/dist/
- Size: 2.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 关于本项目
[In English](https://github.com/alex2wong/ngx-proj/blob/master/README_eng.md)基于Angular-cli搭建,包含了一些自定义的组件和服务
本项目用[angular-cli](https://github.com/angular/angular-cli) version 1.0.0-beta.24.构建## 自定义组件
- 大容量下拉菜单组件 (large list/select): 提供分页以提高浏览器渲染性能.
Chrome,Firefox采用不同策略渲染内置的Select 下拉菜单, 面对大量数据
Chrome在加载页面时卡顿,火狐在用户点击下拉时渲染卡顿。这个自定义组件
可兼容这两种浏览器的表现差异,提供流畅的下拉菜单功能,带搜索功能[DEMO](https://alex2wong.github.io/ngx-proj/dist/)
- 获取必应每日一图组件 (getbing)
编写这一服务,可注入到需要用到必应每日一图的组件中- 压缩传图组件 (compress and upload)