🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧
Work In Progress - Converting Substrate Front-End Template from React to Angular with Material Design & rxjs.
🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧🚧
Currently, there are several working components (Account Selector, Balances, Block Number, Events, Metadata, Node Info, Transfer), but there are lots of TODO's sprinkled throughout, and duplicated code here and there.
The codebase is installed using git and the Angular CLI. This tutorial assumes you have installed git and the Angular CLI.
git clone https://github.com/tarrball/substrate-angular-template.git
cd substrate-angular-template
npm install
You can start the template in development mode to connecct to a locally running node:
ng serve
You can also build the app in production mode:
ng build --prod