Angular list component sub-generator

Generate an Angular component for presenting list data.

Execute

The sub-generator is invoked with:

yo makrina:angular-component-list

The sub-generator is also invoked by the main generator.

Description

It creates:

  • An additional sub-module to display an object list based on angular core service.
  • A default angular 1.5.4 component for the list
  • The angular template for the list
  • A unit tests file
  • An e2e scenarios file

Prompts

The generator asks the following input:

Angular app

The angular app prompts that have been used in the respective generator.

Object

The angular core service prompts that have been used in the respective generator.