We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca332db commit 35726cdCopy full SHA for 35726cd
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## v0.1.13
4
+**Features:**
5
+- Added sign in redirect to `CanActivate` interface
6
+
7
## v0.1.12
8
**Breaking changes:**
9
- Changed paramater type of `sendHttpRequest(requestOptions: RequestOptions)`
package.json
@@ -1,6 +1,6 @@
{
"name": "angular2-token",
- "version": "0.1.12",
+ "version": "0.1.13",
"description": "Angular2 service for token based authentication",
"main": "./angular2-token.js",
"typings": "./angular2-token.d.ts",
0 commit comments