E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Injectable
什么是 Angular 的多级注入器
官方文档Angular中有两个注入器层次结构:(1)ModuleInjector层次结构——使用@NgModule()或@
Injectable
()注解在此层次结构中配置ModuleInjector。
JerryWang_汪子熙
·
2024-02-01 18:15
Angular如何对包含了HTTP请求的服务类进行单元测试
github.com/wangzixi-diablo/angular-sandbox/blob/master/src/app/ngrxdemo/service/unittest-study服务类实现:import{
Injectable
JerryWang_汪子熙
·
2024-01-30 14:45
2018-07-10---英雄教程服务篇
2@
Injectable
()服务服务导入了Angular的
Injectable
(https://www.angular.cn/api/core/Inje
快乐女孩筱梅
·
2024-01-24 20:50
@Inject与@
Injectable
在Angular框架中,经常会使用到@Inject与@
Injectable
这两个装饰器。它们与框架的依赖注入系统息息相关。什么是AngularInjectorInjector,注入器。
jhon哥
·
2024-01-23 11:02
Angular
Angular
DI
nestjs之provider的provide取值的几种方式
首先,定义provider:import{
Injectable
}from'@nestjs/common';@
Injectable
()exportclassMyService{doSomething(
Young soul2
·
2024-01-19 15:57
nestjs原理
javascript
前端
nestjs中@
Injectable
()的实现原理
以下是对@
Injectable
()的简单实现import'reflect-metadata';functionInjectable(){returnfunction(constructor:Function
Young soul2
·
2024-01-14 10:39
nestjs原理
javascript
前端
开发语言
Angular学习
模板、指令和数据绑定服务与依赖注入服务类的定义通常紧跟在“@
Injectable
()”装饰器之后。路由安装npminstall-g@angular/cling
pisfans
·
2024-01-03 00:50
前端 crypto-js aes 加解密
首先先建立兩個service文件,utils和aesKeysaes-keys.service.ts建立傳遞參數的加密規則import{
Injectable
}from'@angular/core';import
愚者不愚、
·
2024-01-01 23:46
angular
前端
javascript
angular
node.js
加密解密
nest框架的定时任务
nestjs/schedulenpminstall--save-dev@types/cron2.在模块中导入imports:[ScheduleModule.forRoot()],3.开始使用import{
Injectable
流连勿忘返
·
2023-12-30 21:05
node.js
nest框架的token登录,以及token校验
nestgmoduleauthnestgserviceauthnestgmoduleusersnestgserviceusers然后把这三个文件删掉,是没有用的:UserModule编写UsersService:import{
Injectable
流连勿忘返
·
2023-12-14 20:40
服务器
数据库
前端
java
node.js
NestJS连接Redis数据库
1、下载依赖npminstallnestjs-redis2、封装Redis常用方法,创建commonRedis.service.ts文件import{
Injectable
}from'@nestjs/common
Poppy11
·
2023-11-26 10:24
Angular异步数据流编程
1目前常见的异步编程的几种方法首先给出一个异步请求的实例:import{
Injectable
}from'@angular/core';@
Injectable
({providedIn:'root'})exportclassRequestServiceService
@Autowire
·
2023-11-04 07:57
FE前端相关知识学习
angular.js
javascript
前端
Nest.js - 拦截器
概念拦截器使用@
Injectable
装饰器,并实现NestInterceptor接口。
stevekeol
·
2023-10-30 00:14
依赖注入
1.创建一个服务1.1引入import{
Injectable
}from'@angular/core';@
Injectable
()exportclassAppService{constructor(){}
月落乌啼霜满天_1f0f
·
2023-10-23 06:53
Jmockit的使用总结
其实我刚开始看文档的时候,MockUp、@Mock、@Test、@Mocked、@
Injectable
、@Capturing、Expectations、Verifications那么多注解和类,傻傻分
愚愚是个大笨蛋
·
2023-10-14 14:43
JMockit
单元测试
angular 服务 .service.ts
首先理解一下angular的服务的本质就是依赖注入我们写在一个ts文件中其实service就是一个Injector@
Injectable
()classProduct{constructor(privatename
MIKE-zi
·
2023-10-04 19:42
angular入门
依赖注入
angular服务
.service
http请求url参数包含+号,被解析为空格
https://github.com/angular/angular/issues/11058@
Injectable
()exportclassEncodeUrlParamsSafelyInterceptorimplementsHttpInterceptor
zy_Judy
·
2023-09-02 13:12
angular注入方法providers
在Angular中有很多方式可以将服务类注册到注入器中:@
Injectable
元数据中的providedIn属性@NgModule元数据中的providers属性@Component元数据中的providers
海绵饱饱_wk
·
2023-08-16 09:57
angular.js
javascript
ecmascript
[Angular] Export excel from table or json
NPMpackagesinstallationnpmixlsxnpmifile-savernpmi@types/file-saver2.CreateaservicecalledExportExcel(export-excel.service.ts)import{
Injectable
wish366
·
2023-07-25 17:52
UI
json
前端
angular
经验分享
excel
typescript
Angular 常用装饰器
@
Injectable
:TypeScript编译器保留类型元数据,Angular在运行时可以根据这些信息来注射指定的对象。否则,运行时将无法解析数据类型。
friend_ship
·
2023-07-23 12:00
Angular
Angular装饰器
Injectable
Self
与
Optional
SkipSelf
Angular HTTPInterceptor 的使用一例
以下是一个示例的拦截器代码:import{
Injectable
}from'@angular/core';import{H
·
2023-06-19 19:37
Angular 2+ 路由守卫
import{
Injectable
}from'@angular/core';import{ActivatedRouteSnapshot,CanActivate,RouterStateSnapshot}from
环零弦
·
2023-06-09 13:13
Angular的路由延迟加载
CanActivate简单的应用新建一个pageRouteLoad.ts@
Injectable
()exportclassPageRouteLoadimplementsCanActivate{canActivate
摘片叶子
·
2023-04-09 15:03
变更日志查看配置
配置变更日志报错,解决方法填写Web构件编号和名称,点击“确定”编写Web构件代码,点击“保存”并“发布到构件”,注意更改方法名以及id代码如下:import{
Injectable
}from'@angular
小不点607
·
2023-04-05 14:42
前端
java
服务器
angular 7.0 http Interceptor 拦截器
1、实现HttpInterceptor接口import{
Injectable
}from"@angular/core";import{HttpErrorResponse,HttpEvent,HttpHandler
心中翼
·
2023-04-02 12:24
angular4AES加密和解密、RSA加密和MD5签名
的通讯中为了防止用户的聊天内容被窃取,采用了AES加密使用npm安装crypto-js:npminstallcrypto-js--save创建一个加密服务://crypto.service.tsimport{
Injectable
zyanfly
·
2023-03-23 11:58
Nest.js - 管道
概念管道是具有@
Injectable
装饰器的类管道应实现PineTransform接口管道可以是参数级,方法级,控制器级,全局级管道原理管道有两种类型:转换:管道将输入数据转换成所需的数据输出验证:对输入数据进行验证
stevekeol
·
2023-03-21 06:01
ExcelJs
安装npmiexceljsnpmifile-savernpmi@types/file-saverservicesimport{
Injectable
}from'@angular/core';import{
Daeeman
·
2023-03-13 04:21
重新认识angular生命周期
/button.ref';import{Component,OnInit,HostListener,
Injectable
,DoCheck,OnChanges,SimpleChanges,Input,OnDestroy
杨明明abc
·
2023-02-19 06:18
Nest.js - 守卫
守卫是一个使用@
Injectable
()装饰器的类,实现了CanActive接口。
stevekeol
·
2023-02-01 08:13
@
Injectable
装饰器类,表示一个可以由Injector进行创建。选项providedIn:定义哪些Injector将提供该类。一般指定为rootInjector。END
斯特凡1899
·
2023-01-30 16:53
ERROR Error: [@ant-design/icons-angular]:the icon XXX does not exist or is not registered.
icons-angular]:theiconXXXdoesnotexistorisnotregistered.添加启动服务nz-icon-register.service.tsimport{APP_INITIALIZER,
Injectable
刘瓜皮Alison
·
2023-01-15 06:12
Angular-issues
javascript
前端
angular
ionic3实现双击返回按钮退出app,ionic实现返回按钮监听
监听类代码import{
Injectable
}from'@angular/core';import{App,IonicApp,Keyboard,NavController,Platform}from"ionic-angular
BigBug博客
·
2022-12-29 11:52
混合开发
ionic
ionic3
ionic返回按钮监听
阿里云oss:The bucket must be conform to the specifications
Thebucketmustbeconformtothespecifications,怎么解决官方文档使用this.client.listBuckets();列举所有的存储空间即可,然后挑一个使用import*asOSSfrom'ali-oss';import{Inject,
Injectable
ur home
·
2022-12-15 21:34
node
node.js
阿里云
阿里云OSS
angular拦截器
1.首先新建一个拦截器jwt.interceptor.ts:import{
Injectable
}from'@angular/core';import{HttpEvent,HttpInterceptor,
姜治宇
·
2022-10-18 16:57
Angular HTTP 请求自定义 timeout 值的一种实现思路
代码片段如下:import{Inject,
Injectable
,I
·
2022-10-15 12:24
SAP Spartacus HTTP Interceptor 的 provisioning 逻辑
假import{
Injectable
}from'@angular/core';import{HttpEvent,HttpInterceptor,HttpHandler,HttpRequest}from'
·
2022-10-15 12:22
拍平对象简易版
tmp变量存储最终结果,从外层到里,对每一个key进行遍历,当key的值为对象时,合并tmp与该对象(目前项目使用Angular+TypeScript+JavaSpring+Oracle)import{
Injectable
Liveup
·
2022-09-08 23:15
Nestjs配置服务,配置Cookie和Session
NestJs中也借鉴了相关思想在NestJs中的服务可以是Service也可以是Provider,都可通过constructor注入依赖关系NestJs中的服务,相当于MVC中的Model,它的本质是通过@
Injectable
Johnny丶me
·
2022-08-15 13:11
NodeJs
angular.js
typescript
前端
从编译后的代码,分析 Angular @
Injectable
的工作原理
在开始本文的讨论之前,让我们先做一道多选题:下面对于@
Injectable
的描述,哪些是正确的?A@
Injectable
装饰器应该添加到每个服务中。
·
2022-07-20 19:49
Angular @
Injectable
注解的工作原理浅析
下面是SAP电商云SpartacusUI两个AngularService类,都加上了@
Injectable
的注解,区别就在于是否具有输入参数providedIn:@
Injectable
()装饰器指定Angular
·
2022-07-19 23:05
关于 Angular 注解 @
Injectable
() 使用的一些误区
一个常见的误解是,@
Injectable
()是我们计划在应用程序中注入组件/服务的任何类的必需装饰器。这种说法并不完全正确。
·
2022-07-19 23:05
Angular 服务器端渲染应用常见的内存泄漏问题小结
目录屏幕闪烁问题无法通过API的方式终止渲染考虑如下的Angular代码:import{
Injectable
,NgZone}from"@angular/core";import{interval}from"rxjs
·
2022-07-15 10:03
Angular 服务器端渲染应用一个常见的内存泄漏问题
考虑如下的Angular代码:import{
Injectable
,NgZone}from"@angular/core";import{interval}from"rxjs";@
Injectable
()exportclassLocationService
·
2022-05-19 11:29
Nest.js学习之路(8)-Middleware in nest.js(上)
以Logger功能为例,建立logger.middleware.tsimport{
Injectable
,NestMiddleware,MiddlewareFunction}from'@nestjs/common
极客教程
·
2022-02-03 03:14
angular 依赖注入
即没有写@
Injectable
({providedIn:'root'})手动注入当时想着,能不能单纯在组件中使用provideGriderService使这个组件正常用service提供的服务.就像下面这样
·
2021-11-06 17:18
angular
MQTT services
import{
Injectable
}from'@angular/core';import{Paho}from'ng2-mqtt/mqttws31';import{Observable,ReplaySubject
Daeeman
·
2021-10-09 17:56
在Typescript中使用静态依赖注入
初始版本逻辑为从Angular源码中提取出来,并修复了一些已知bug使用方法与Angular的依赖注入完全一致使用方法使用演示视频以Injector.create创建第一级依赖注入器声明为依赖注入类即为@
Injectable
·
2021-07-31 20:29
angular中全局订阅事件,包含取消订阅,非常好用
import{
Injectable
}from'@angular/core';import{Subject}from'rxjs';@
Injectable
({providedIn:'root'})exportclassGlobalEvent
·
2021-07-27 19:19
angular中全局订阅事件,包含取消订阅,非常好用
import{
Injectable
}from'@angular/core';import{Subject}from'rxjs';@
Injectable
({providedIn:'root'})exportclassGlobalEvent
·
2021-06-18 22:32
上一页
1
2
3
4
5
6
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他