Angular
Angular框架
大强的博客
大强,男,汉族,陕西科技大学毕业。曾就职于中软国际等公司。10年多开发经验,8年多管理经验,6年多培训经验。现就职于某知名培训机构,讲课通俗易懂,幽默风趣,深受学员好评。
展开
-
9+ Free Angular Admin Templates
1. Light Bootstrap Dashboard Angular2FREE DOWNLOAD LIVE PREVIEWLight Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple. It is built on top of Bootstrap 3 and...转载 2018-08-25 07:00:13 · 4288 阅读 · 0 评论 -
PIXINVENT
https://themeforest.net/user/pixinvent/portfolio LIVE PREVIEW Convex - Clean & Modern Bootstrap Admin HTML Dashboard Template PIXINVENT in Site Templates / Admin Templates H...转载 2018-10-02 19:10:30 · 447 阅读 · 0 评论 -
SheetJS js-xlsx简介
https://github.com/SheetJS/js-xlsxhttps://sheetjs.com/各种电子表格格式的解析器和编写器。来自官方规范,相关文档和测试文件的Pure-JS cleanroom实现。强调解析和编写健壮性,跨格式功能与统一的JS表示兼容,以及ES3 / ES5浏览器与IE6的兼容性。1、安装$ npm install xlsx2、导入库该库...原创 2018-09-26 17:39:58 · 15922 阅读 · 0 评论 -
angular 打包报错
D:\eclipse-workspace\gold\crm\manage\src\ng2-completer\services\completer-service.ts doesn't exist .js Field 'browser' doesn't contain a valid alias configuration因为修改packag...原创 2018-09-21 18:52:53 · 1451 阅读 · 0 评论 -
用于Visual Studio的ASP.NET Core + Angular 2模板
用于Visual Studio的ASP.NET Core + Angular 2模板既然ASP.NET Core,Angular 2和TypeScript 2都已经发布了最终版本,那么现在是将它们全部组合到一个功能强大的富Web应用程序平台中的好时机。发布于2016年10月4日很多个月以来,我一直在GitHub仓库上与一些优秀的社区贡献者合作,以构建支持库,包,最终我们希望这些应用程序...转载 2018-10-16 10:31:53 · 553 阅读 · 0 评论 -
apexadmin-20 引入adminpress-10后导航图样式变形的问题
在manage\src\app\layouts\full\full-layout.component.html文件中增加div:<div class="main-content"></div>原创 2018-10-17 17:11:46 · 267 阅读 · 0 评论 -
Angular引入Bootstrap Tree View后树出不来的问题
1、修改jQuery调用方式修改以下文件的jQuery调用方式:manager\src\assets\js\bootstrap-treeview.min.js将以下代码$('#treeview1').treeview({ selectedBackColor: "#03a9f3", onhoverColor: "rgba(0, 0, 0, 0....原创 2018-10-17 17:17:29 · 906 阅读 · 0 评论 -
Angular页面出不来,显示空白页面。。。
Angular页面出不来,显示空白页面。。。ng serve -o --port 8888 启动正常,ng build --prod --base-href ./ 打包也正常,什么错误信息都没有。。。可能是selector名称和样式或者关键字冲突了。。。解决办法:修改selector名称例如:/** * 片库组件 * * @author 刘宏强 */@...原创 2018-10-31 21:08:33 · 9061 阅读 · 0 评论 -
前端模板
http://www.themelock.comhttps://scriptnulled.downloadhttp://www.themez.cnhttps://www.mrkevin.net/tag/%E9%99%90%E5%85%8D%E4%B8%BB%E9%A2%98转载 2018-11-14 14:32:50 · 695 阅读 · 0 评论 -
Angular导入导出Excel控件简介
1、SheetJS/js-xlsx官网:https://sheetjs.com/GitHub: https://github.com/sheetjs/js-xlsxSheetJS简化了电子表格阅读,编辑和导出电子表格适用于Web浏览器和服务器支持每种Excel文件格式2、FileSaver.js官网:https://eligrey.com/blog/saving-gen...原创 2018-09-15 11:38:55 · 2143 阅读 · 0 评论 -
APEX V2.0 - ANGULAR 5+ & BOOTSTRAP 4 HTML ADMIN TEMPLATE启动报错解决办法
报错信息:ERROR in ./node_modules/ng2-smart-table/components/cell/cell.module.jsModule not found: Error: Can't resolve 'ng2-completer' in 'D:\apex-angular\node_modules\ng2-smart-table\components\cell'E...原创 2018-09-14 19:48:31 · 722 阅读 · 0 评论 -
AdminCC v1.2 – Bootstrap Material Design Premium Admin Dashboard
http://www.yunnut.com/admincc-v1-2-bootstrap-material-design-premium-admin-dashboard/AdminCC v1.2 – Bootstrap Material Design Premium Admin DashboardAdminCC is a Bootstrap 4 Material Design prem...转载 2018-08-30 07:09:53 · 602 阅读 · 0 评论 -
ng2-file-upload跨域上传不了
错误信息:Failed to load http://localhost:9000/partner/upload: Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Origin' header in the response must ...原创 2018-09-07 19:19:54 · 1416 阅读 · 0 评论 -
ng2-file-upload上传文件后台报错:Required request part 'myuploader' is not present
错误信息:2018-09-07 19:56:29.072 WARN 17708 --- [nio-9000-exec-2] .w.s.m.s.DefaultHandlerExceptionResolver : Resolved exception caused by Handler execution: org.springframework.web.multipart.support.Mi...原创 2018-09-07 19:59:14 · 1600 阅读 · 0 评论 -
ng2-file-upload入门
ng2-file-upload官网:https://valor-software.com/ng2-file-upload/GitHub网址:https://github.com/valor-software/ng2-file-upload1、安装ng2-file-upload的推荐安装方法是使用以下命令通过npm包管理器: npm install ng2-file-uploa...翻译 2018-09-08 16:49:35 · 3216 阅读 · 0 评论 -
ng2-file-upload获取上传文件名实例
<div class="row"> <div class="col-sm-12"> <div class="card card-body"> <div class="row"> <div class="col-sm-原创 2018-09-08 18:20:44 · 1264 阅读 · 2 评论 -
layui
https://www.layui.com/开始使用 - 入门指南layui(谐音:类UI) 是一款采用自身模块规范编写的前端 UI 框架,遵循原生 HTML/CSS/JS 的书写与组织形式,门槛极低,拿来即用。其外在极简,却又不失饱满的内在,体积轻盈,组件丰盈,从核心代码到 API 的每一处细节都经过精心雕琢,非常适合界面的快速开发。layui 首个版本发布于2016年金秋,她区别于那些...转载 2018-09-15 17:30:51 · 579 阅读 · 0 评论 -
Angular表单报错:Can't bind to 'ngModel' since it isn't a known property of 'input'. (")"
错误信息:core.js:1440 ERROR Error: Uncaught (in promise): Error: Template parse errors:Can't bind to 'ngModel' since it isn't a known property of 'input'. (")"> <input class="...原创 2018-09-06 18:11:14 · 2340 阅读 · 0 评论 -
AdminLTE Control Panel Template 最佳开源管理仪表板和控制面板主题
https://adminlte.io/AdminLTE Control Panel TemplateBest open source admin dashboard & control panel theme. Built on top of Bootstrap 3, AdminLTE provides a range of responsive, reusable, and c...转载 2018-09-07 12:03:33 · 1177 阅读 · 0 评论 -
Angular2工程部署到Tomcat服务器,第一次访问正常,刷新浏览器后报404错误
错误信息:HTTP Status 404 – Not FoundType Status ReportMessage /servicesDescription The origin server did not find a current representation for the target resource or is not willing to disclose tha...原创 2018-12-01 16:09:41 · 759 阅读 · 0 评论 -
primeng树节点初始化选中示例
primeng树节点初始化选中示例1、treeNodes.component.html<p-tree [value]="files" [(selection)]="selectedFiles" (onNodeSelect)="nodeSelect($event)" (onNodeUnselect)="nodeUnselect($event)" selectionMode="check...转载 2018-12-21 07:52:55 · 1749 阅读 · 0 评论 -
Angular引用jQuery文件报错:Property 'onePageNav' does not exist on type 'JQuery<HTMLElement>'.
错误信息:ERROR in src/app/header/header.component.ts(22,19): error TS2339: Property 'onePageNav' does not exist on type 'JQuery<HTMLElement>'.出错代码://navigation $('.navigation').onePageNav({...原创 2018-12-27 08:31:54 · 1330 阅读 · 1 评论 -
Node Sass could not find a binding for your current environment: Windows 64-bit with Node.js 8.x
报错信息:D:\cas_test2\manager>mvn spring-boot:run[INFO] Scanning for projects...[INFO][INFO] -----------------------< com.xadhsd.book:server >-----------------------[INFO] Building server 1...原创 2019-02-25 20:44:31 · 13817 阅读 · 1 评论 -
Angular使用已发布的库
使用已发布的库当构建 Angular 应用时,你可以从精致的第一方库,比如Angular Material,以及丰富的第三方库生态系统中获益。参见Angular 资源集页面,了解最常用的库链接。安装库这些库都是作为npm 包发布的,它们通常都带有一些与 Angular CLI 集成好的 schematic。要把可复用的库代码集成到应用中,你需要安装该软件包并在使用时导入它提供的...翻译 2019-03-09 16:29:48 · 333 阅读 · 0 评论 -
Angular集成jQuery库
当构建 Angular 应用时,我们可以使用jQuery等第三方库。集成方式有以下两种:1、安装库在项目根目录下执行以下命令,使用 npm 包管理器来安装该库及其依赖:npm install jquery --savenpm install @types/jquery在使用该库的组件或文件中,添加如下代码:import * as $ from 'jquery';2...原创 2019-03-09 19:46:03 · 581 阅读 · 0 评论 -
前端模板
https://bootstrapmade.com http://www.freecssshowcase.com http://www.freecsstemplates.org https://templated.co http://webuikits.com http://www.templatemonster.com http://www.coolhomepages.com ht...原创 2019-03-14 18:53:30 · 539 阅读 · 0 评论 -
10 Free New Responsive Templates For 2019
We put together a list of new Bootstrap templates for the new year. In this list, you will find a variety of themes for different use cases. We hand picked the newest and best looking templates we can...转载 2019-03-25 14:26:35 · 376 阅读 · 0 评论 -
Angular实战免费视频教程
热烈庆祝由大华软件学院出品的《Angular实战教程》免费开源视频发布啦!腾讯课堂视频地址:https://ke.qq.com/course/420261?taid=3633134310943141&tuin=36914f34优酷视频地址:01.Angular简介02.Angular特性03.Angular快速上手 先决条件04.Angular快速上手 安装 An...原创 2019-03-22 20:29:35 · 2563 阅读 · 0 评论 -
HTML5 datetime-local JSON parse error
使用Angular的前端在使用HTML5的日期时间控件保存时,后台报错,代码如下:<input class="form-control" type="datetime-local" value="" id="appointmentTime" name="appointmentTime" ...原创 2019-05-17 11:01:36 · 283 阅读 · 0 评论 -
前后端合并报错:ERROR in ./node_modules/ng2-smart-table/components/cell/cell.module.js
错误信息:[ERROR] ERROR in ./node_modules/ng2-smart-table/components/cell/cell.module.js[INFO] chunk {authentication.module} authentication.module.chunk.js, authentication.module.chunk.js.map () 44.3 kB...原创 2019-06-14 10:16:43 · 1112 阅读 · 0 评论 -
安装Angular
安装Angular视频地址:http://v.youku.com/v_show/id_XNDA2NDk3NTM3Ng==.html?spm=a2h3j.8428770.3416059.1欢迎加入大华软件学院QQ群交流,群号:665714453。原创 2019-02-16 12:22:04 · 897 阅读 · 0 评论 -
angular实现简单的pagination分页组件
angular实现简单的pagination分页组件不想使用第三方库,只想使用一个分页器,那么就简单的实现一个,效果如下: 1.使用方式: <custom-pagination *ngIf="enterpriseList.length" [fastTurnBtn]="false" ...转载 2019-01-16 21:38:22 · 2209 阅读 · 0 评论 -
Angular引入jQuery
1、npm install --save jquery2、npm install @types/jquery --save3、import * as $ from 'jquery';原创 2019-01-01 18:49:44 · 821 阅读 · 0 评论 -
Angular引入第三方JS插件
1、在angular-cli.json或者angular.json中引入第三方js插件文件,注意引入顺序,例如:"scripts": [ "src/assets/lib/jquery/jquery.min.js", "src/assets/lib/jquery/jquery-migrate.min.js", "...原创 2019-01-01 18:56:03 · 9130 阅读 · 0 评论 -
Angular不能识别js对象
错误信息:ERROR in src/app/app.component.ts(34,8): error TS2304: Cannot find name 'WOW'.解决办法:declare var WOW: any;参考文件:/** * 版权所有(C)2018,西安大华时代网络科技有限公司。保留所有权利。 */import { Component, OnInit } ...原创 2019-01-01 19:09:40 · 560 阅读 · 0 评论 -
Angular UI 组件
Angular UI 组件ag-GridA datagrid for Angular with enterprise style features such as sorting, filtering, custom rendering, editing, grouping, aggregation and pivoting.Amexio - Angular ExtensionsA...转载 2019-01-23 19:33:42 · 5160 阅读 · 0 评论 -
angular好用的插件集合(持续更新中)
首先介绍两个学习Angular的学习资源AngularJS-Learning还有recipes-with-angular-js-examples。 两个编写Angular的代码规范,分别是angularjs-styleguide和angular-styleguide 项目文件结构生成的插件(一般要配合yeoman等使用) generator-angular 这种生成器生成的文...转载 2019-01-23 20:57:56 · 4147 阅读 · 0 评论 -
Material Design for Bootstrap (Angular version) Angular Bootstrap UI KIT
Material Design for Bootstrap (Angular version)Angular Bootstrap UI KITBuilt with Angular 7, Bootstrap 4 and TypeScript. CLI version available. 4.9 / 5( 97 reviews )400+ material UI ele...转载 2019-01-23 21:22:52 · 741 阅读 · 0 评论 -
Angular集成BizPage模板
1、生成Angular工程ng new web2、拷贝文件夹将BizPage文件夹下面的contactform、css、img、js、lib五个文件夹拷贝到web\src\assets文件夹下面。3、拷贝文件内容将BizPage\index.html文件中的以下内容拷贝到web\src\index.html文件中:将 <!-- Google Fonts --&g...原创 2019-01-26 21:08:16 · 409 阅读 · 0 评论 -
Angular集成Summernote富文本控件
Angular集成Summernote富文本控件1、Angular7、Boostrap 3、jQuery集成Summernote参考官方文档:https://summernote.org/getting-started/#get-summernote > 安装 > 简单的例子 部分2、Angular7、Boostrap 3、jQuery集成Summernote参考...原创 2019-01-26 21:38:34 · 1287 阅读 · 0 评论