ngx-lipsum

My Angular package ngx-lipsum let's you easily fill your angular app with dummy texts for demo or prototyping purpose. The name lipsum is a mix of the words lorem ipsum which is a common phrase used for placeholder texts.

The package provides you three different ways to generate and insert lorem ipsum texts:

  1. by adding the lipsum directive to HTML elements
  2. by inserting the component into your HTML template
  3. by using the LipsumService to retrieve the text programmatically

Under the hood the package uses the lorem-ipsum library which is also available on NPM.

Check out how to set it up by reading the docs in the Github repository.