0.0.26 • Published 2 years ago

@applicature/components v0.0.26

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Ngx Universal Components

WARNING this package is deprecated. New one library here

This library was created and maintained by Applicature to help create a front-end on any blockchain projects for ourselves, our partners or any blockchain developer. This library supports Angular from version 13 and higher.

Documentation

For more information visit the documentation.

Library installation

npm i @applicature/styles @applicature/components

How to make it works

styles.scss

 @import "~node_modules/@applicature/styles/src/lib/scss/as-styles";

or

Add node_modules/@applicature/styles/src/lib/scss/as-styles to angular.json file, path projects.YOUR_PROJECT_NAME.architect.build.options.styles:

polyfills.ts

  • Install process if it needs npm i process

Fixing Build errors

  • add next option to tsconfig.json:

BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is no longer the case for Angular 13+. Verify if you need this module and configure a polyfill for it.

Solution:

  • npm i -D crypto-browserify stream-browserify assert stream-http https-browserify os-browserify buffer process util url
  • tsconfig.json

  • or add the next to the package.json

How to use

This Library uses @web3-onboard/core for the connection wallet. So you can visit their documentation for more details.

  • app.module.ts

WARNINGS

You might need to add allowedCommonJsDependencies to angular.json file:

Contributing

This project is maintained by a community of developers. Contributions are welcome and appreciated. You can find Applicature Universal Component on GitHub; feel free to open an issue or create a pull request:

0.0.20

2 years ago

0.0.21

2 years ago

0.0.22

2 years ago

0.0.23

2 years ago

0.0.24

2 years ago

0.0.25

2 years ago

0.0.26

2 years ago

0.0.17

2 years ago

0.0.18

2 years ago

0.0.19

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago