Embedding Angular 11 component - 23.1

Spectrum Spatial Analyst Extensibility Guide

Product type
Software
Portfolio
Locate
Product family
Spectrum
Product
Spectrum > Spatial > Spectrum Spatial Analyst
Version
23.1
Language
English
Product name
Spectrum Spatial Analyst
Title
Spectrum Spatial Analyst Extensibility Guide
Topic type
Reference
Overview
Configuration
How Do I
Tips
First publish date
2007
Last edition
2023-06-02
Last publish date
2023-06-02T09:43:01.991628

To embed an Angular 11 component into Spectrum Spatial Analyst

  1. Create an Angular 11 component; for example, HelloWorldComponent.
  2. Create an Angular 11 module; for example, DynamicModule containing the HelloWorldComponent.
  3. Place the module and component file into the folder under the customerconfigurations/analyst/theme/extensions folder.
  4. Create or update a module definition file representing that component.
  5. Validate the module definition file with the Spectrum Spatial Analyst Custom Modules file validator (web page).
  6. Put the module definition file into the custom configuration folder once the file is validated.
  7. Refresh the browser to see the component embedded in Spectrum Spatial Analyst.