0.0.4 • Published 3 days ago

ng-cw-v12 v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
3 days ago

Components

基于 angular12 和 ng-zorro-antd 的一些组件,持续更新...

使用说明

1、npm i ng-cw-v12 --save
2、app.modules.ts 中import { NgCwModule } from 'ng-cw-v12'
3、app.modules.ts 中@NgModule 中 imports 数组中添加NgCwModule
4、调用组件<nc-test></nc-test>

nc-poi(poi 搜索框)

[ncMapType]:'baidu':百度;'gaode':高德;'tianditu':天地图;'tencent':腾讯
[ncToken]:地图服务类型对应token
[ncCity]:搜索城市code;不传默认全国搜索,传值加权对应城市,百度 citycode 链接高德 citycode 链接天地图 citycode 链接腾讯 citycode 链接
[ncPlaceholder]:输入框placeholder,默认值:搜地点
[ncShowType]:1:简易模式 2:详细模式,默认简易模式
(ncClick):搜索列表点击,返回WGS84[lng,lat]
(ncClear):搜索框清空

Code scaffolding

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

Note: Don't forget to add --project components or else it will be added to the default project in your angular.json file.

Build

Run ng build components to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build components, go to the dist folder cd dist/components and run npm publish.

Running unit tests

Run ng test components to execute the unit tests via Karma.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

0.0.4

3 days ago

0.0.3

12 days ago

0.0.2

12 days ago

0.0.1

1 year ago