Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 338 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 338 Bytes

AJAX example

This example illustrates an AJAX request being made in a component's eval function.

Building

From the root of the Halogen project:

$ npm run example-ajax

The code will be built as example.js in the examples/ajax/dist directory within the example, runnable by opening the corresponding index.html.