Skip to content

Commit 58f5140

Browse files
committed
✨ Changed date interceptors to support functional API
1 parent 571634f commit 58f5140

11 files changed

+242
-1280
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"start": "ng serve",
66
"build:api-token-interceptor": "ng b @ngx-toolset/api-token-interceptor",
77
"build:api-token-interceptor:watch": "npm run build:api-token-interceptor -- --watch -c development",
8-
"build:date-interceptors": "ng b @ngx-toolset/date-interceptors && cd ./projects/date-interceptors && npm run build",
8+
"build:date-interceptors": "ng b @ngx-toolset/date-interceptors",
99
"build:date-interceptors:watch": "npm run build:date-interceptors -- --watch -c development",
1010
"build:template-type-checker": "ng b @ngx-toolset/template-type-checker",
1111
"build:template-type-checker:watch": "npm run build:template-type-checker -- --watch -c development",

projects/date-interceptors/package.json

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
{
22
"name": "@ngx-toolset/date-interceptors",
33
"version": "1.0.1",
4-
"scripts": {
5-
"build": "tsc -p tsconfig.schematics.json",
6-
"postbuild": "copyfiles schematics/*/schema.json schematics/*/files/** schematics/collection.json ../../dist/date-interceptors/"
7-
},
8-
"schematics": "./schematics/collection.json",
9-
"ng-add": {
10-
"save": "dependencies"
11-
},
124
"description": "Angular date interceptors (parses HTTP response body date strings to date objects and converts HTTP request body date objects to date strings of given format)",
135
"homepage": "https://github.com/SwabianCoder/ngx-toolset",
146
"license": "MIT",

projects/date-interceptors/schematics/collection.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

projects/date-interceptors/schematics/ng-add/index.ts

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)