WeUI Components build with Angular.
Install ngx-weui
from npm
npm install ngx-weui --save
You will need weui styles
<!-- index.html -->
<link href="//res.wx.qq.com/open/libs/weui/1.1.2/weui.min.css" rel="stylesheet">
Import the ngx-weui
in to your root AppModule
.
import { WeUiModule } from 'ngx-weui';
@NgModule({
imports: [ WeUiModule.forRoot() ]
})
export class AppModule { }
please refer to more details.
Please follow this guidelines when reporting bugs and feature requests:
- Use GitHub Issues board to report bugs and feature requests (not our email address)
- Please always write steps to reproduce the error. That way we can focus on fixing the bug, not scratching our heads trying to reproduce it.
Thanks for understanding!
The MIT License (see the LICENSE file for the full text)