-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(interceptor): creates OgmaInterceptor for logging http requests
BREAKING CHANGE: OgmaModule is now required to be the first parameter in `forRoot` and `forRootAsync`. The `OgmaModuleOptions` interface has now changed to have a service and interceptor key, followed by the respective values.
- Loading branch information
Showing
18 changed files
with
1,276 additions
and
162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,5 +19,6 @@ module.exports = { | |
'test', | ||
], | ||
], | ||
'scope-enum': [2, 'always', ['service', 'module', 'interceptor']], | ||
}, | ||
}; |
Oops, something went wrong.