The Orbeon Forms Angular component can be used in any Angular application. To use it, add @orbeon/angular to your dependencies, typically in your package.json file, like this:
{"dependencies":{"@orbeon/angular":"^1.0.1"}}
Usually, this is done via the command line:
npminstall@orbeon/angular
The Orbeon Forms Angular component is based on the JavaScript embedding API, but you don't need to include it explicitly using a <script> tag. The Angular component will include it automatically.