BlockExplorer of Quras blockchain.
angular 7.x
-
Platform
Windows 7 64 bit
$ node --version v10.13.0 $ yarn --version 1.12.3
-
First create workspace with angular/cli like this.
$ npm install -g @angular/cli $ ng new app $ cd app $ ng serve --open
-
Generate Components.
$ cd app $ ng generate module block $ ng generate component block/blocks $ ng generate component block/block
-
Environment
production, development, staging
$ ng serve --configuration=sandbox $ ng build --configuration=sandbox
-
show page loading
-
fix block detail page's previous block
-
responsive to mobile