show-message-v
v0.0.8
Published
Show Message
Downloads
7
Readme
ShowMessage
This library was generated with Angular CLI version 15.0.0.
Installation
npm i show-message-v
Usage
Click the button to display or hide the entered message
Pass 2 parameters:
- buttonText = To display the text on the button.
- message = To display the message on the button click.
Example
<lib-showMessage
buttonText="the message"
message="The message is displayed"
></lib-showMessage>