File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11### Guards
22
3- A guard is a class annotated with the ` @Injectable() ` decorator. Guards should implement the ` CanActivate ` interface.
3+ A guard is a class annotated with the ` @Injectable() ` decorator, which implements the ` CanActivate ` interface.
44
55<figure ><img src =" /assets/Guards_1.png " /></figure >
66
Original file line number Diff line number Diff line change 11### Interceptors
22
3- An interceptor is a class annotated with the ` @Injectable() ` decorator. Interceptors should implement the ` NestInterceptor ` interface.
3+ An interceptor is a class annotated with the ` @Injectable() ` decorator, which implements the ` NestInterceptor ` interface.
44
55<figure ><img src =" /assets/Interceptors_1.png " /></figure >
66
Original file line number Diff line number Diff line change 11### Pipes
22
3- A pipe is a class annotated with the ` @Injectable() ` decorator. Pipes should implement the ` PipeTransform ` interface.
3+ A pipe is a class annotated with the ` @Injectable() ` decorator, which implements the ` PipeTransform ` interface.
44
55<figure >
66 <img src =" /assets/Pipe_1.png " />
You can’t perform that action at this time.
0 commit comments