External JS Dependencies

When building a standard Angular / Ionic app, typically you'll have

You can add these script includes to your app by opening Code Settings, and selecting the External JS tab.

For example, adding Firebase to your app would require the following:

796

👍

Note

JavaScript files that you create in Creator (in the left pane of the code editor) will be automatically added and removed from this section when your create/delete those JS files.