摘要:
转载自https://segmentfault.com/a/1190000002547229 概念 MongoDB 是一个跨平台的,面向文档的数据库,提供高性能,高可用性和可扩展性方便。 MongoDB 工作在收集和文件的概念。 什么是NoSql? NoSql,全称是 Not Only Sql,指的 阅读全文
摘要:
先自定义一个组件import { Component } from '@angular/core'; @Component({ selector: 'exe-greet', template: ` <div class="border"> <p>Greet Component</p> <ng-con 阅读全文
摘要:
@viewChild 作用一:选择组件内节点 @ViewChild @ContentChild @ViewChildren @ContentChildren 又是什么 @ViewChild 选择组件模板内的节点 @ContentChild 选择当前组件引用的子组件 @ContentChild(组件名 阅读全文
摘要:
推荐http://www.cnblogs.com/hjsblogs/p/5842717.html 阅读全文
摘要:
http://www.cnblogs.com/SLchuck/p/5904000.html https://i.cnblogs.com/EditPosts.aspx?postid=7995179&update=1 https://segmentfault.com/a/1190000010048073 阅读全文
摘要:
https://angular.cn/resources ngx-bootstrap 安装: 使用方法 一、module文件中引入模块 阅读全文
摘要:
例举一个patten的列子 可能出现的问题,表单元素需要添加name属性 还有的验证如maxlength,minlength,required等 一、验证某一个表单元素如下 shopRent是表单元素的name 二、如果是验证表单中所有表单元素是否可用可如下 阅读全文