issues
search
yunzhiclub
/
ng
angular开源库
2
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
升级到16版本
#58
teacherpan
opened
6 months ago
0
fix: mulitify router
#57
teacherpan
closed
1 year ago
0
按Angular路由匹配思想:当匹配到多个路由时,返回首个。 修正代码
#56
teacherpan
closed
1 year ago
0
使用angular的路由匹配规则来替换原来的正则表式,同时重新整理了目录结构,版本依赖。
#55
teacherpan
closed
1 year ago
0
参考 https://github.com/teacherpan/ngx-validator 重构整个项目目录
#54
teacherpan
closed
1 year ago
0
修正路由的匹配规则,由原来正则表达式变更为 类Angular 模式
#53
teacherpan
closed
1 year ago
0
修正mock拦截器
#52
teacherpan
opened
1 year ago
0
update version
#51
teacherpan
closed
1 year ago
0
update to fix angualr version 15
#50
teacherpan
closed
1 year ago
0
更新到angular15版本
#49
teacherpan
closed
1 year ago
0
更新并测试版本支持angular12,同时更新npm中的readme
#48
teacherpan
closed
1 year ago
0
add readme and add filter to forRoot
#47
teacherpan
closed
2 years ago
0
增加一个filter,用以自定义请求 URL 过滤信息
#46
teacherpan
closed
2 years ago
0
重写左侧的菜单部分
#45
teacherpan
closed
2 years ago
0
增加分页的map()转换方法以及timestampToIntDate方法
#44
teacherpan
closed
2 years ago
0
修正二级菜单,改为点击后展开
#43
teacherpan
closed
2 years ago
1
update version
#42
teacherpan
closed
2 years ago
0
重写YzHttpParams,增加测试路由中的data
#41
teacherpan
closed
2 years ago
0
修正token拦截器,使其适应请求自带x-auth-token的情况
#40
teacherpan
closed
2 years ago
0
为Menu实体增加个description字段,可选。
#39
teacherpan
closed
2 years ago
1
重构上传组件
#38
teacherpan
closed
3 years ago
0
Assert.isDefined好像也不对。
#37
teacherpan
closed
2 years ago
2
Assert.isNotNullOrDefined好像不太对。
#36
teacherpan
closed
2 years ago
0
在RouterStub增加可写、可读的url属性
#35
teacherpan
opened
3 years ago
0
使用InjectToken(接口)的模式来替换当前theme的provider中直接使用了class的模式
#34
teacherpan
opened
3 years ago
0
将theme的标题改成订阅模式,这样就可以动态的变更标题了,适合做一些宣传
#33
teacherpan
closed
3 years ago
0
加入可配置的拦截器
#32
teacherpan
closed
1 year ago
0
mockApi返回项,添加author属性
#31
teacherpan
opened
3 years ago
0
增加YzValidators
#30
teacherpan
opened
3 years ago
0
增加ValidatorClassDirective
#29
teacherpan
opened
3 years ago
0
更新些版本信息相关的东西
#28
teacherpan
closed
3 years ago
0
引入select-2
#27
teacherpan
opened
3 years ago
2
theme模块,左侧菜单增加二级实现
#26
teacherpan
closed
3 years ago
0
add common
#25
teacherpan
closed
3 years ago
0
theme模块,左侧菜单增加二级子菜单
#24
teacherpan
closed
3 years ago
0
新增主题模块
#23
teacherpan
closed
3 years ago
0
增加@yunzhi/ng-common
#22
teacherpan
closed
3 years ago
0
增加 @yunzhi/utils
#21
teacherpan
closed
3 years ago
1
使用router中的navigate方法能够将queryParams传递给route
#20
teacherpan
closed
3 years ago
0
修正routingTesting 使queryParams 与 navigate 配合工作
#19
teacherpan
closed
3 years ago
0
拦截器中的forRoot()不适应生产环境下,最新版本的angular 12.1.2
#18
teacherpan
closed
3 years ago
1
添加description可选字段
#17
teacherpan
closed
3 years ago
0
发生错误时,将错误以网络错误的形式反馈回来。这样更贴紧生产环境,在MockApi的支持下可以Loading、异常统一处理等功能。
#16
teacherpan
closed
3 years ago
0
修正提示信息
#15
teacherpan
closed
3 years ago
0
解决安装时依赖显示的版本号错误
#14
teacherpan
closed
3 years ago
1
找不到相应的请求时,应该返回一个Http事件观察者,然后使用throwError的方式抛出异常。
#13
teacherpan
closed
3 years ago
1
尚未实现对文件下载的模拟发送。
#12
teacherpan
closed
3 years ago
1
定义Api时,增加role可选字段。
#11
teacherpan
closed
3 years ago
0
在console.error()中打印换行
#10
teacherpan
closed
3 years ago
1
update readme
#9
teacherpan
closed
3 years ago
0
Next