随笔分类 -  angular导入第三方组件

angular导入第三方组件
摘要:1.第一步把依赖添加到项目中 npm install primeng --save npm install @angular/animations --save npm install font-awesome@4.7.0 --save 2.在.angular-cli.json中添加 3.在app. 阅读全文
posted @ 2017-09-16 17:57 极光天际 阅读(2346) 评论(0) 推荐(0)
摘要:Step 1: Install Angular Material and Angular CDK npm install --save @angular/material @angular/cdk npm install --save angular/material2-builds angular 阅读全文
posted @ 2017-09-16 16:59 极光天际 阅读(1165) 评论(0) 推荐(0)
摘要:1.用NPM添加依赖到项目中,amexio需要先添加以下四个依赖到项目 npm install jquery@3.2.1 --save npm install bootstrap@4.0.0-alpha.6 --save npm install tether@^1.4.0 --save npm in 阅读全文
posted @ 2017-09-16 11:46 极光天际 阅读(1207) 评论(0) 推荐(0)
摘要:npm install ng-semantic --save npm install jquery --save 下载 Official Semantic UI bundle ( .zip ) from Semantic-Org 将 semantic.min.css, semantic.min.js 阅读全文
posted @ 2017-09-15 22:43 极光天际 阅读(910) 评论(0) 推荐(0)
摘要:Angular CLI with jQWidgets In this tutorial, we will show you how to use https://cli.angular.io/ along with the Angular Components by jQWidgets.Please 阅读全文
posted @ 2017-09-15 21:53 极光天际 阅读(479) 评论(0) 推荐(0)