getAvailableComponents static method

List<String> getAvailableComponents()

Implementation

static List<String> getAvailableComponents() {
  return _templates.keys.toList();
}