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+
มิกซ์