Skip to content

Commit 6dba8d6

Browse files
osnoser1serhiisol
authored andcommitted
feat: angular 7 (#34)
1 parent c9914ff commit 6dba8d6

File tree

4 files changed

+1067
-996
lines changed

4 files changed

+1067
-996
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
# Angular 6+ Authentication
1+
# Angular 7+ Authentication
22

33
This package provides authentication module with interceptor
44

55
```
66
npm install ngx-auth --save
77
```
88

9+
Note: If you want to use library for angular 6, use version 4.1.0
10+
```
11+
npm install [email protected] --save
12+
```
13+
914
Note: If you want to use library for angular 5, use version 3.1.0
1015
```
1116
npm install [email protected] --save

ng-package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
2+
"$schema": "./node_modules/ng-packagr/package.schema.json",
33
"lib": {
44
"entryFile": "src/index.ts"
55
}

0 commit comments

Comments
 (0)