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:
- by adding the
lipsum
directive to HTML elements - by inserting the
<ngx-lipsum>
component into your HTML template - 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.