# Ideogram in Angular

This is a very basic example of integrating Ideogram with [Angular](https://angular.io/).  

More examples showing the breadth of Ideogram's functionality are at https://eweitz.github.io/ideogram/.

# Install
```
git clone origin https://github.com/eweitz/ideogram
cd ideogram/examples/angular
npm install
ng serve
```

Then open your browser to http://localhost:4200.

# Output
After executing the steps above, you should see the following: 
![Ideogram in Angular screenshot](https://raw.githubusercontent.com/eweitz/ideogram/master/examples/angular/ideogram_angular_example.png)
