ngx vant
2.0.2
移动UI组件建立在Angular上
文档网站
npm i ngx-vant -S import { BrowserModule } from "@angular/platform-browser" ;
import { NgModule } from "@angular/core" ;
import { AppComponent } from "./app.component" ;
import { ButtonModule } from "ngx-vant/button" ;
import { Vant18nModule , VANT_I18N } from "ngx-vant/i18n" ;
@ NgModule ( {
declarations : [ AppComponent ] ,
imports : [ BrowserModule , AppRoutingModule , ButtonModule ] ,
providers : [ { provide : VANT_I18N , useValue : zh_CN } ] ,
bootstrap : [ AppComponent ] ,
} )
export class AppModule { }在Quickstart中查看更多。
在提出拉请请求之前,请确保阅读贡献指南。
现代浏览器和Android 4.0+,iOS 8.0+。
麻省理工学院