Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 261 Bytes

File metadata and controls

14 lines (11 loc) · 261 Bytes

Dev Notes

bootstrap

followed the instructions at angular.io's quickstart guide:

npm install -g @angular/cli
ng new xtdsrch

add in memory support:

npm install angular-in-memory-web-api --save