1.0.5 • Published 2 years ago

aps-fullname v1.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

ApsFullname

This library was generated with Angular CLI version 15.0.0.

Component Name: ApsFullnameComponent

Inputs:

firstName: A string representing the person's first name. lastName: A string representing the person's last name. Outputs:

None. Description: The ApsFullnameComponent is an Angular component that displays the full name of a person based on their first and last name. It takes in two inputs, firstName and lastName, and concatenates them to create the full name. The component then displays the full name in a designated area on the page.

To use the ApsFullnameComponent, simply include it in the template of the parent component and pass in the person's first and last name as inputs. The component will automatically display the full name in the designated area.

Example usage:

<aps-full-name firstName="John" lastName="Doe">

This will display "John Doe" on the page where the component is included.

Overall, the ApsFullnameComponent provides a simple and convenient way to display the full name of a person in an Angular application.

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago