0.5.1 • Published 4 years ago

ngr v0.5.1

Weekly downloads
13
License
-
Repository
-
Last release
4 years ago

ngr

Embed React components in your Angular app

npm version

Getting started

  1. Install the dependency from npm:
npm install --save ngr react react-dom
  1. Add jsx files support to compiler options in the tsconfig.json file in your project:
"jsx": "react"

Creating a React component

ng generate ngr:component hero-detail
  • Note: You need to add the component to your module.
    Twitter Follow
0.5.0

4 years ago

0.5.1

4 years ago

0.0.1

4 years ago

1.0.0

6 years ago