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拦截器
1、实现步骤实现HttpInterceptor接口import{
Injectable
}from"@angular/core";import{HttpEvent,HttpRequest,HttpHandler
Bager
·
2021-06-15 15:49
组件之间的通信(EventEmitter)
界面是由N多个组件组成,如果一个组件中修改了接口的内容,其他组件需要调接口刷新数据myService.ts:import{Component,
Injectable
,EventEmitter}from'@
时光清浅_2df4
·
2021-06-15 00:04
6、Nest.js 中的管道与验证器
管道就是一个实现了PipeTransform接口并用@
Injectable
()装饰器修饰的类。管道的作用简单来说就是,可以将输入的数据处理过后输出。
RoyLin1996
·
2021-06-08 15:15
Angular2 拦截器(页面请求修改Url+headers传值+获取服务器返回的错误信息)
1.我们首先定义一个服务HttpInterceptorService//http-interceptor.service.tsimport{
Injectable
,Inject}from'@angular
SevenLonely
·
2021-05-16 15:26
Angular 的HttpClient的理解
Angular的Httpclient使用的理解实现新建一个HttpServiceimport{HttpClient,HttpHeaders}from'@angular/common/http';import{
Injectable
EchoDSun
·
2021-04-29 13:00
日常记录
angular
http
nest中实现图片随机验证码
svg-captcha这个库,你也可以使用其他的库第一步:安装svg-captchayarnaddsvg-captcha第二步:封装,以便多次调用src->utils->tools.service.tsimport{
Injectable
大神乔伊
·
2021-04-22 03:30
nest
node.js
Rxjs封装基础EventBus(基于Angular)
import{
Injectable
}from'@angular/core';import{Subject,Observable}from'rxjs';import{filter}from'rxjs/operators
Supreme_Monster
·
2021-03-17 15:22
ES6/Typescript 中箭头函数的this指向
先举一个graphql-module案例的一段代码import{
Injectable
,ProviderScope}from'@graphql-modules/di';import{resolve}from'path
·
2021-01-07 18:32
javascript
Angular如何对包含了HTTP请求的服务类进行单元测试
本文使用到的所有代码在Github这个文件夹下面:https://github.com/wangzixi-d...服务类实现:import{
Injectable
}from'@angular/core';
JerryWang_汪子熙
·
2020-12-05 21:56
angular
sap
saprfc
crm
前端
ionic简单封装http请求
HttpClientModule}from'@angular/common/http'@NgModule({imports:[HttpClientModule]})3、在httpService.ts中写入请求逻辑import{
Injectable
Free_syx
·
2020-10-28 15:34
angular中的服务注意点
生成一个服务的命令:nggserviceshared/productservice//在文件夹shared下生成一个productservice服务这是服务中的代码片段,第一行的@
Injectable
(
一根羊毛_
·
2020-09-17 07:59
angular
angular2中服务的创建和使用
首先是我么你要创建一个服务以xxx.service.ts的文件名内容为:import{
Injectable
}from'angular2/core';import{PLANETS}from'.
刘_小飞
·
2020-09-17 07:44
angular-数据持久化
storage.service.ts文件import{
Injectable
}from'@angular/core';@
Injectable
({providedIn:'root'})exportclassStorageService
七彩猫猫虫
·
2020-09-17 01:59
angular
Angular 服务(service)实现 ToDoList 数据持久化
首先通过AngularCLI命令【nggenerateserviceservices/dataStorange】创建一个服务【dataStorange】,代码示例如下:import{
Injectable
ChaITSimpleLove
·
2020-09-17 01:02
Angular
service
登录页的API交互——ionic
,都必须在app.module.ts中引入注册与后台交互使用函数新增providers文件夹,与app文件夹同级在providers文件夹中增加rest文件夹,最后新增rest.ts文件import{
Injectable
可芭乐
·
2020-09-16 14:10
ionic
angular学习7-HttpClient发送请求
创建一个服务//get.service.tsconstbaseUrl="https://www.easy-mock.com/mock/5cac9abdbf60940c8b889555/"import{
Injectable
梁祖迅
·
2020-09-16 09:27
angular
angular4实现发布、订阅功能(基于observable)
import{
Injectable
}from"@angular/core";import{Subject}from"rxjs/Subject";import{Observable}from"rxjs/Observable
雨若雪汐
·
2020-09-15 09:19
rxjs里的Observable对象如何消费
测试代码:import{of}from'rxjs';import{
Injectable
}from'@angular/core';@
Injectable
()exportclassJerrySandBoxService
汪子熙
·
2020-09-15 04:48
TypeScript
Angular
angular 组件传递消息(通过服务)
angular组件传递消息(通过服务)import{
Injectable
}from'@angular/core';import{Observable}from"rxjs/Observable";import
suzyCai
·
2020-09-14 16:17
angular
angular接口传参
1、service文件创建xxx.service.ts文件import{
Injectable
,Inject}from'@angular/core';import{Observable}from'rxjs
weixin_30563319
·
2020-09-14 16:11
javascript
前端
json
弹出框选择的做法
1.创建弹出页面选择资源×资源名称:搜索 取消 确定2.创建弹出页面的conponent.ts文件import{Component,OnInit,
Injectable
}from
对雪书空武
·
2020-09-14 05:21
(精华2020年6月6日更新)Angular基础篇 服务services的使用
首先输入如下命令nggservices目录名生成import{
Injectable
}from'@angular/core';@
Injectable
({providedIn:'root'})//提供一个可以注册的服务
2b勿扰
·
2020-09-11 11:53
Angular之服务(service)
一:新建服务nggserviceXXXX二:注册服务这里和组件(component)不一样需要手动注册(在app.module.ts中)三:使用服务①,服务类,自己随便写点东西import {
Injectable
weixin_34362875
·
2020-09-11 11:42
angular依赖注入providedIn与懒加载的问题循环依赖
1.providedIn:‘root’The@
Injectable
()decoratorhastheprovidedInmetadataoption,whereyoucanspecifytheproviderofthedecoratedserviceclasswiththerootinjector
书剑若水
·
2020-09-11 06:03
ionic3日志组件
编写新增一个日志组件:loggerionicgprovierlogger修改logger.ts的内容如下:import{
Injectable
}from'@angular/core';import
程序员孤风
·
2020-09-10 16:29
angular项目解决跨域问题
封装根目录(url.util.ts)import{
Injectable
}from'@angular/core';import{HttpHeaders}from'@angular/common/http'
_YOYO_
·
2020-09-01 17:18
typescript
proxy
js
Angular:装饰器(注解)是什么?有什么作用?
类装饰器(https://www.jianshu.com/p/57ed7747c45d):@NgModule、@Component、@
Injectable
、@Pipe、@Directive在使用Angular
Angular baby
·
2020-08-25 16:34
Angular6基础学习
前端开发
Angular6
Angular2 中的依赖注入
依赖注入的申明我们要想让一个服务或组件能够被其他组件或服务注入,就需要对其进行标记,在angular2中可以使用@
Injectable
()进行标
huangyezi
·
2020-08-25 14:02
angular2
NestJS 集成graphql grpc 分布式实践
创建项目npmi-g@nestjs/clinestnewproject-name2添加graphql创建graphql-config.service.ts文件,用于graphql的配置及编写过滤器的逻辑@
Injectable
fuqihan
·
2020-08-24 15:01
grpc
graphql
nest
node.js
Angular 依赖注入
一路尝试@
Injectable
一个命令建的StockService,一个手动建的TestService。
张喜硕
·
2020-08-24 14:17
angular
di
依赖注入
angular2系列教程(七)
Injectable
、Promise、Interface、使用服务
源代码
Injectable
在ng2里面如何编写服务呢?非常简单,你只需要写个类即可。那么这个@I
qiupu4667
·
2020-08-24 09:06
angular4+rxjs订阅发布者模式实现组件中通信
-save二、创建一个订阅发布者的中间件即middlereService在service中引入rxjsimport{Observable,Subject}from"rxjs";eg:示例import{
Injectable
weixin_34232617
·
2020-08-24 03:09
2.12 级联mock
对于一个mock对象:Expectation中进行了record,则会返回record的result;如果没有record,JMockit会自动创建一个返回被注解@
Injectable
的子对象publicclassDependency
孙兴斌
·
2020-08-24 01:29
Angular重要概念
2、依赖性注入框架Angular在angular中,我们只要记住依赖注入的三种角色:使用者、服务(依赖对象)及注入器(Injector)@
Injectable
是@Component的子类每一个HTML标签上面都会有一个注射器实例注射是通过
风神修罗使
·
2020-08-23 23:19
Angular
Nest.js学习笔记7:提供者(Provider)
提供者(Provider)的本质:使用了@
Injectable
()装饰器的简单的类。在前面的时候,我们已经创建了一个简单的控制器CatsController,在这里Controlle
wujiayucn
·
2020-08-22 23:23
Nestjs
nodejs企业级开发框架nest学习总结 - 3.NestJS入门guard、interceptor、customDecorator、循环引用、注入作用域、生命钩子等
1.1简单例子,守卫需要实现CanActivate接口//guard/auth.guard.ts@
Injectable
()//守卫必须要Injectab
Mack Liu
·
2020-08-22 23:51
Nest
TypeScript
Nodejs
Nest.js 守卫
https://docs.nestjs.com/guards当调用者具有足够的权限时,特定路由才可用//app.guard.tsimport{CanActivate,ExecutionContext,
Injectable
weixin_34067049
·
2020-08-22 23:26
nestjs typeorm 条件筛选、排序、分页 常见查询功能的实现
1.准备工作:注入Repository,创建queryBuilder@
Injectable
()exportclassTicketDao{constructor(@InjectRepository(TicketEntity
landiyaaa
·
2020-08-22 21:47
nodeJs
大前端
ionic4 多级联动选择器
一、创建serviceionicgserviceservices/picker/picker二、picker.service.ts内容import{
Injectable
}from'@angular/core
rimuweinuan_
·
2020-08-22 18:39
ionic问题解决方法
angular 中关于同级组件数据传输 以及数据变化时 触发事件
首先新建一个servicesimport{EventEmitter,
Injectable
}from'@angular/core';import{Subject}from'rxjs';exportclassBook
shanesco
·
2020-08-22 17:27
前端
angular
在Angular中通过Subject进行组件之间通讯
第一步创建服务:import{
Injectable
,OnInit}from'@angular/core';import{Subject}from'rxjs/Subject';@
Injectable
(
jhon哥
·
2020-08-22 17:21
Angular
RXJS
ng-alain通过修改样式实现菜单布局切换
一、页面效果1、默认的左右布局2、切换后的上下布局二、代码实现1、布局切换服务类,用于通知需要改变布局的模块去改变样式import{
Injectable
}from'@angular/core';import
plia
·
2020-08-22 17:20
angular
js基础
ng-alain
CSS
ng-alain通过路由守护解决token失效导致弹出多条提示
CanActivate,CanActivateChild}from'@angular/router';import{Observable}from'rxjs';import{Inject,Injector,
Injectable
plia
·
2020-08-22 17:48
angular
ng-alain
angular学习008服务
//www.angular.cn/tutorial/toh-pt4nggenerateserviceheronggenerateservicehero--module=app1、英雄服务import{
Injectable
lich0609
·
2020-08-22 17:16
angular学习
时间戳----消息通知
import{
Injectable
}from'@angular/core';@
Injectable
()exportclassTimeNoticeFileService{//时间戳转换日期(yyyy-MM-ddHH
酒慰风尘
·
2020-08-22 15:07
ng
JS啊
Theia APIs——事件
来看下面的代码:(来自logger-watcher.ts)@
injectable
()exportclassLoggerWatcher{getLoggerClient():ILoggerClient{constemitter
最初的梦想
·
2020-08-22 11:27
apistore
Angular2.0—服务
Angular2.0—路由跳转3.编写代码服务类似于插件,使用频率较高的代码,做成一个服务,在其他模块直接调用创建服务nggservicetest//在test.service.ts中定义一个属性和方法import{
Injectable
杀个程序猿祭天
·
2020-08-21 16:39
Theia APIs——事件
来看下面的代码:(来自logger-watcher.ts)@
injectable
()exportclassLoggerWatcher{getLoggerClient():ILoggerClient{constemitter
最初的梦想
·
2020-08-20 22:53
apistore
Theia APIs——事件
来看下面的代码:(来自logger-watcher.ts)@
injectable
()exportclassLoggerWatcher{getLoggerClient():ILoggerClient{constemitter
最初的梦想
·
2020-08-20 22:22
apistore
angular4 获取wifi列表中文显示乱码问题
import{Pipe,PipeTransform,
Injectable
}from"@angular/core";//escape在管道中需要定义一下,要
张旭超
·
2020-08-20 20:18
ionic
乱码
asc
ascii
gbk
上一页
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
其他