a2-in-memory-web-api v0.1.17
angular2-in-memory-web-api
An in-memory web api for Angular 2 demos and tests.
See usage in the Angular.io Server Communication chapter.
To Do
- add documentation
- add tests (shameful omission!)
Build Instructions
Mostly gulp driven.
The following describes steps for updating from one Angular version to the next
This is essential even when there are no changes of real consequence. Neglecting to synchronize Angular 2 versions triggers typescript definition duplication error messages when compiling your application project.
gulp bump- up the package version numberupdate
CHANGELOG.MDto record the changeupdate the dependent version(s) in
package.jsonnpm installthe new package(s) (make sure they really do install!)npm list --depth=0consider updating typings, install individually or together:
npm run typings -- install packagename1 packagename2 --ambient --saveNB: Do not add to
npm postinstallas that screws up consumers!npm run tscto confirm the project compiles w/o error (sanity check)-- NO TESTS YET ... BAD --
gulp buildcommit and push
npm publishFix and validate angular.io docs samples
Add two tags to the release commit with for npmcdn
- the version number
- 'latest'
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago