Angular 2

1. Angular2 官网

https://angular.io/guide/quickstart

Node.js 下载

https://nodejs.org/en/

怎么在vs code中使用angualr2

https://code.visualstudio.com/docs/nodejs/angular-tutorial

 

moment.js:(javacript日期处理库)

http://momentjs.cn/ 

 

2. ng2-hightCharts

https://www.npmjs.com/package/ng2-highcharts

3. angular中文社区

http://www.angularjs.cn/T006

4 TypeScript:

http://www.runoob.com/w3cnote/getting-started-with-typescript.html

5.How to publish Angular JS2 project:

http://blog.csdn.net/zhaohaixin0418/article/details/55505873

 https://www.cnblogs.com/jack-lin/p/7047335.html

 

6. ngif用法

https://www.concretepage.com/angular-2/angular-4-ngif-then-else-example#ngif-else

 

7. how to format data in Angular2

https://stackoverflow.com/questions/43097810/how-to-format-date-in-angular2

 

8. angualr2 project doesn't display on IE11, (IE Document mode defaults to IE7. How to reset)

https://stackoverflow.com/questions/27272454/ie11-document-mode-defaults-to-ie7-how-to-reset

https://stackoverflow.com/questions/10975107/forcing-internet-explorer-9-to-use-standards-document-mode

 

9 about document mode:

https://www.cnblogs.com/liuzhendong/archive/2013/05/08/3066633.html

http://blog.sina.com.cn/s/blog_a407923f0101h0fx.html

https://www.csdn.net/article/2012-10-22/2811049

https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/samples/dn255001(v=vs.85)

 

angular2模板语法:

http://www.runoob.com/angularjs2/angularjs2-template-syntax.html

 

angular2使用echarts教程:

https://segmentfault.com/a/1190000008175788

 

 angular2 自定义分页组件:

https://blog.csdn.net/qq_24734285/article/details/60977412

 

ngFor嵌套循环:

http://www.jb51.net/article/114371.htm

https://www.jianshu.com/p/805084da2ceb

 

怎么在VS Code调试angular2 程序

http://www.jb51.net/article/130439.htm

https://blog.csdn.net/u013201439/article/details/70786266?foxhandler=RssReadRenderProcessHandler

 

angular2 怎么显示html数据:

https://stackoverflow.com/questions/34936027/angular-2-how-do-you-render-html-from-a-json-response-without-displaying-the-ta

https://stackoverflow.com/questions/31548311/angular-html-binding

https://docs.angularjs.org/api/ng/directive/ngBindHtml

 

progressbar with angular2

https://stackoverflow.com/questions/39176865/bootstrap-progress-bar-with-angular-2?rq=1

 

angular2 学习:

https://angularbytes.witspry.com/2017/10/a-complete-angular-5-tutorial.html

https://appdividend.com/2018/01/21/angular-5-crud-tutorial-example-scratch/

https://mdbootstrap.com/angular/angular-environment-installation/

https://www.djamware.com/post/5a0673c880aca7739224ee21/mean-stack-angular-5-crud-web-application-example

 

uninstall package:

https://docs.npmjs.com/cli/uninstall

 

datepipe的使用:

http://www.angulartutorial.net/2017/04/date-filtering-and-formatting-using.html

 

angular2 动态绑定rowspan:

https://stackoverflow.com/questions/37439664/generate-table-with-rowspan-using-angular-2

 

groupby pipe in angular2:

http://www.competa.com/blog/custom-groupby-pipe-angular-4/

https://stackoverflow.com/questions/14446511/what-is-the-most-efficient-method-to-groupby-on-a-javascript-array-of-objects?utm_medium=organic&utm_source=google_rich_qa&utm_campaign=google_rich_qa

 

map/filter/foreach function:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/forEach

https://code.tutsplus.com/tutorials/how-to-use-map-filter-reduce-in-javascript--cms-26209

https://medium.com/@JeffLombardJr/understanding-foreach-map-filter-and-find-in-javascript-f91da93b9f2c

 

 

== && ===的区别:

https://stackoverflow.com/questions/39162911/angular-2-what-differences-between-comparison-operators-and-in-ngif-dire

https://stackoverflow.com/questions/523643/difference-between-and-in-javascript

http://longgoldenears.blogspot.sg/2007/09/triple-equals-in-javascript.html

 

angular2 中样式绑定:

http://www.jb51.net/article/132927.htm

 

angular2 获取UTC时间:

https://stackoverflow.com/questions/43264992/angular-4-date-pipe-converting-wrongily

 

angular2 datepipe:

https://angular.io/api/common/DatePipe

 

设置不同时区:

https://stackoverflow.com/questions/39607568/cannot-instantiate-datepipe

 https://stackoverflow.com/questions/34904683/how-to-set-locale-in-datepipe-in-angular-2

 

 

gettimeoffset:设置不同时区:

https://www.cnblogs.com/meteoric_cry/archive/2011/11/04/2236279.html

 

angular2 使用transform转换时间格式:

https://www.cnblogs.com/shitoupi/p/6731556.html

 

daterangepicker:

https://www.npmjs.com/package/ng2-daterangepicker

https://embed.plnkr.co/94HAl4q2ITLnahjhYOY0/

https://blog.csdn.net/zdx1515888659/article/details/41675555

http://www.daterangepicker.com/#ex1

https://www.cnblogs.com/leijing0607/p/7698414.html

https://gist.github.com/dangrossman/bd8cf6efbba1c2123adc#file-drp-example-4-js

 

How do you disable the datepicker in edge?

https://stackoverflow.com/questions/32910586/how-do-you-disable-the-datepicker-in-microsoft-edge

 

datepicker 默认值:

https://stackoverflow.com/questions/10400934/jquery-datepicker-set-defaultvalue

 

Your global Angular CLI version is greater than your local version . The local Angular CLI version is used.:

http://huguowen.blogspot.sg/2018/02/your-global-angular-cli-version-is.html

https://blog.csdn.net/fdsjiaoDoctor/article/details/79958180

 

转载于:https://www.cnblogs.com/lovemm/p/8522735.html

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/283957.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

「Docker入门指北」容器很难理解?带你从头到尾捋一遍

文章目录 1. 初始虚拟化 🍑 虚拟化概念🍑 硬件虚拟化2. Docker容器 🍑 Docker技术的诞生🍑 容器与虚拟化🍑 性能差别🍑 Docker优势 编排有序高效易迁移快速部署3. 容器生态系统 🍑 核心技术 容器…

微服务:事务管理

几乎所有的信息管理系统都会涉及到事务,事务的目的是为了保证数据的一致性,这里说的一致性是数据库状态的一致性。说到数据库状态的一致性,相信大家都会想到 ACID :原子性(Atomic):在一个事件的…

js - flex布局测试案例:完美居中

<span>I love flex layout!</span><style>body{display:flex;justify-content:center;align-items:center;font-size:3em;color:#00ffff;}</style>![enter image description here][1]<p>与自己为敌&#xff0c;</p><p>与自己为友&a…

操作数据库(对战小游戏)

创建数据库 1 create database duizhan2 go3 use duizhan4 go5 create table duizhan6 (7 Code varchar(20) not null primary key,8 Name varchar(20) not null,9 Sex varchar(20) not null, 10 Blood int, 11 Attack int, 12 Defence int, 13 Mingzhong…

8-Python3从入门到实战—基础之数据类型(集合-Sets)

Python从入门到实战系列——目录 集合的定义 集合&#xff08;set&#xff09;和字典类似&#xff0c;也是一组key的集合&#xff0c;但不存储value&#xff1b;由于key不能重复&#xff0c;所以&#xff0c;在set中&#xff0c;没有重复的key。创建一个set&#xff0c;需要提供…

Redis的那些事:一文入门Redis的基础操作

Redis是什么Redis&#xff0c;全称是Remote Dictionary Service,翻译过来就是&#xff0c;远程字典服务。redis属于nosql非关系型数据库。Nosql常见的数据关系&#xff0c;基本上是以key-value键值对形式存在的。Key-value: 就像翻阅中文字典或者单词字典&#xff0c;通过指定的…

10种提问型爆文标题句式 直接套用

如果你用1天的时间来写篇好文章&#xff0c;那你花掉半天时间想一个好标题都不过分&#xff01; 你是不是觉得我有点言过其实了&#xff1f;没关系&#xff0c;先来问你2个问题&#xff1a; 1、花了很长时间&#xff0c;写了一篇很牛的卖货推文&#xff0c;定稿后&#xff0c…

同域和不同域长啥样

相同域http://www.jiangdou.com/http://www.jiangdou.com/maidou 不同域http://www.jiangdou.comhttp://bbs.jiangdou.comhttps://www.jiangdou.comhttp://www.jiangdou.com:8080转载于:https://www.cnblogs.com/MaiJiangDou/p/6689133.html

2016 China Joy抢先看,文末有彩蛋!

这里只有你想不到的&#xff0c;没有你看不到的。 2016 China Joy开幕在即&#xff0c;天气成了最折磨各种媒体、展商和观众的小妖精&#xff0c;一会艳阳天&#xff0c;一会大暴雨&#xff0c;轩轩现在是这样的&#xff01; 七月底的魔都&#xff0c;热的那叫一个销魂&#x…

JdbcTemplate+PageImpl实现多表分页查询

一、基础实体  MappedSuperclass public abstract class AbsIdEntity implements Serializable {private static final long serialVersionUID 7988377299341530426L;public final static int IS_DELETE_YES 1;// 标记删除public final static int IS_DELETE_NO 0;// 未删除…

消息队列选型手册

前言 消息队列中间件重要吗&#xff1f;面试必问问题之一&#xff0c;你说重不重要。我有时会问同事&#xff0c;为啥你用 RabbitMQ&#xff0c;不用 Kafka&#xff0c;或者 RocketMQ 呢&#xff1f; 他给我的回答&#xff1a;“因为公司用的就是这个&#xff0c;大家都这么用…

Jenkins 持续集成国产嵌入式操作系统 RT-Thread 的CI

我们直接在Jenkins的镜像基础上进行集成RT-Thread 的编译环境&#xff0c; 这样直接使用Shell 命令 最直接了当&#xff0c; 通过 第三方docker等插件&#xff0c; 尝试了计重方案&#xff0c; 没有找到理想中的感觉&#xff0c; 如果其他人有想法可以告知一二。 我们有现成的镜…

codevs原创抄袭题 5960 信使

题目描述 Description•战争时期&#xff0c;前线有n个哨所&#xff0c;每个哨所可能会与其他若干个哨所之间有通信联系。信使负责在哨所之间传递信息&#xff0c;当然&#xff0c;这是要花费一定时间的&#xff08;以天为单位&#xff09;。指挥部设在第一个哨所。当指挥部下达…

VC解析XML--使用CMarkup类解析XML

经过今天尝试MFC解析XML串&#xff0c;也算有了不少收获&#xff0c;总结一下。 我是使用的CMarkup类对XML进行操作。 CMarkup好象都是先从一个xml文件里面把内容读出来&#xff0c;再进行解析&#xff0c;搞得我恨不得要把我的CString写到xml文件里面…

MongoDB精华总结

概述 MongoDB是属于文档型的NoSQL数据库&#xff0c;也就是文档数据库。文档数据库区别于传统的其它数据库&#xff0c;它是用来管理文档。在传统的数据库中&#xff0c;信息被分割成离散的数据段&#xff0c;而在文档数据库中&#xff0c;文档是处理信息的基本单位&#xff0c…

认清性能问题

本文翻译自 Thinking Clearly About Performance 这是我三年前读到的一篇关于性能问题的好文&#xff0c;读完后还觉不过瘾&#xff0c;怕理解的不够遂又翻译了一遍&#xff0c;这也是当年我的第一次翻译。 这几年来每次碰到性能问题&#xff0c;我都会想起这篇文章&#xff0c…

字节也开始缩招了...

阅读本文大概需要6分钟。最近和一个字节技术总监聊天&#xff0c;得知他们公司居然也开始缩招了。这真让人感到意外&#xff0c;毕竟头条这些年是以极速扩张而闻名。搜了搜新闻还真是&#xff0c;这也意味着互联网行业最后一个坚挺的大户也在开源节流了。最近互联网行业的情况真…

实现打字效果

摘自一个表白网站的效果。 方法&#xff1a; substr() 可在字符串中抽取从 第一个参数表示从指定的下标&#xff0c;第二个参数表示抽取指定数目的字符。 indexOf() 方法可返回某个指定的字符串值在字符串中首次出现的位置&#xff0c;两个参数&#xff0c;第一位指定的字符串&…

php优化-》常用到的部分优化

1.循环内部尽可能不要声明变量&#xff1b; 2.在可以用PHP内部字符串操作函数的情况下&#xff0c;尽量不要用正则表达式&#xff1b; 3.foreach效率更高&#xff0c;尽量用foreach代替while和for循环&#xff1b; 4.用单引号替代双引号引用字符串&#xff1b; 5.尽量的少进行文…

简述:分布式CAP理论和BASE理论

目录 一、什么是CAP&#xff1f; Consistency (一致性)&#xff1a; Availability (可用性): Partition Tolerance (分区容错性): 二、取舍策略 三、Base理论 1、基本可用 2、软状态 3、最终一致性 四、常见产品 Ereka Zookeeper 五、总结 一、什么是CAP&#xf…