项目目录 创建模块 创建组件 1.app.module.ts app.component.html app-routing.module.ts 用户模块user.module.ts user-routing-module.ts 其他模块类似配置 自定义模块的父子路由 ...
分类:
其他好文 时间:
2019-05-24 14:29:44
阅读次数:
344
1.创建新项目 2.创建home news newscontent 组件 3.找到app-rounting-moudle.ts配置路由 1)引入组件 2)配置路由 4. 找到 app.component.html 根组件模板,配置 router-outlet 显示动态加载的路由 Angular ro ...
分类:
其他好文 时间:
2019-05-23 16:08:18
阅读次数:
268
1.配置动态路由 const routes: Routes = [ {path: 'home', component: HomeComponent}, {path: 'news', component: NewsComponent}, {path: 'newscontent/:id', compon ...
分类:
其他好文 时间:
2019-05-23 16:06:04
阅读次数:
137
CacheFactoryProvider 简介 源码里是这么描述的: Factory that constructs {@link $cacheFactory.Cache Cache} objects and gives access to them. 意思就是通过cacheFactory可以构造一 ...
分类:
系统相关 时间:
2019-05-22 21:04:03
阅读次数:
194
什么是Vue.js? + vue.js是一个前端的js的渐进式()框架(个人项目) + 作者:尤雨溪(google实习 阿里任职 weex研究团队(访问原生设备的库) vue.js是属于他的个人项目 ) + 发布时间:2016年10月github关注度: 136K (不代表大陆地区) + Vue.j ...
分类:
Web程序 时间:
2019-05-22 20:56:38
阅读次数:
141
Matrices、matrix 矩阵 vectors 向量 array 排列 Element 元素 A matrix is a rectangular array of numbers,written between square brackets 矩阵是由数字组成的矩形阵列,并写在方括号内 Squ ...
分类:
其他好文 时间:
2019-05-20 15:21:13
阅读次数:
138
在使用 sea.js 、require.js 、 angular 的时候。 我们使用到 define 、 module(require) 的方式,定义模块,和依赖模块 下面给出 define 和 module 的简单实现。 其本质,就是往一个对象上面添加方法 当然了,这里使用的,F 对象,实际应用中 ...
分类:
编程语言 时间:
2019-05-20 15:11:02
阅读次数:
131
基础知识: HTML HTML5 CSS CSS5 JavaScript jquery json ajax 性能: 浏览器兼容 框架: vue angular react ...
分类:
Web程序 时间:
2019-05-20 13:06:35
阅读次数:
117