Skip to content

Simple Demo Example? #840

Answered by VashJuan
VashJuan asked this question in Q&A
Discussion options

You must be logged in to vote

OK, I have a 'solution' for anyone else figuring this out. (It may quite inelegant though!)

From the angular-async-local-storage-main\projects\demo directory:
npm install -g @angular/cli
npm install -g @angular/core
npm install -g rxjs
npm install -g @ngx-pwa/local-storage
npm install @angular-devkit/build-angular
ng build
ng serve -o demo

You may have to change

<iframe src="http://localhost:8080"></iframe> to <iframe src="http://localhost:4200"></iframe> in file demo\src\app\app.component.ts

Browse to:
http://localhost:4200

and one should see a display like the following:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by VashJuan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant