# @lyo/angular

A browser-compatible version of [angular](https://www.npmjs.com/package/angular) built automatically with [Lyo](https://github.com/bokub/lyo).

[![Version](https://flat.badgen.net/npm/v/@lyo/angular)](https://www.npmjs.com/package/@lyo/angular)
[![Build](https://bokub.github.io/lyo/badge-flat.svg)](https://www.npmjs.com/package/@lyo/angular)
[![Hits](https://data.jsdelivr.com/v1/package/npm/@lyo/angular/badge)](https://www.jsdelivr.com/package/npm/@lyo/angular)

## Usage

#### In a browser
```html
<script src="https://cdn.jsdelivr.net/npm/@lyo/angular"></script>
```

#### In Node.js

```sh
# Install
npm i @lyo/angular
```

```js
const angular = require('@lyo/angular')
```

## Disclaimer

This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.

Use at your own risk