nos / create-nos-dapp

CLI tool to generate a new nOS dApp
53 stars 35 forks source link

Initial code for the Angular 5 package #29

Closed mbtakanov closed 6 years ago

mbtakanov commented 6 years ago

Initial code for the Angular 5 package

Description

Used angular-cli v1.7.4 to create the package (Angular 5.2.0). All component tests are auto generated. All packages in the package.json file are from angular-cli except the @nosplatform and @cityofzion. There are packages from ejecting the webpack config. There are two webpack configs - one for development build and the other for production build. The home page is the same as the react package.

Motivation and Context

Since there is only react package, this implementation is required in order to have variety of starter-kits.

How Has This Been Tested?

Used karma and e2e tests. Both are from the angular-cli.

Types of changes

Checklist:

mbtakanov commented 6 years ago

Please, take a look into webpack.dev.config.js/webpack.prod.config.js and tell me what I need to do in order the package to work on the nos-client platform.

DalderupMaurice commented 6 years ago

Closing in favor of new PR with fixes for the buttons not working + fix to make it work on nOS Protocol. Credits belong to you ;)