1.7.22 • Published 5 years ago

@eswarpr/ng-react-proxy v1.7.22

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

ng-react-proxy

Provides classes and Typescript decorators to help host React components within Angular components

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

Create a new Angular workspace using

ng new

Install pre-requisite react packages

npm install react react-dom --save

Install reflect-metadata polyfill if it is not installed in your Angular workspace

npm install reflect-metadata --save

For React and Angular to play together, ensure that the project targets the least version of ECMA standards. At the time of writing this is ES5 and ES2015

Installing

Install this package

npm i @eswarpr/ng-react-proxy --save

Deployment

Add additional notes about how to deploy this on a live system

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Eswar Prakash - Initial work - eswarpr

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details

1.7.22

5 years ago

1.7.21

5 years ago

1.7.20

5 years ago

1.7.19

5 years ago

1.7.18

5 years ago

1.7.17

5 years ago

1.7.16

5 years ago

1.7.15

5 years ago

1.7.14

5 years ago

1.7.13

5 years ago

1.7.11

5 years ago

1.7.10

5 years ago

1.7.9

5 years ago

1.7.8

5 years ago

1.7.7

5 years ago

1.7.6

5 years ago

1.7.5

5 years ago

1.7.4

5 years ago

1.7.3

5 years ago

1.7.2

5 years ago

1.7.1

5 years ago

1.7.0

5 years ago