Flavien Normand
Flavien Normand
## Description This PR adds a new input for phone numbers which makes use of [libphonenumber-js](https://www.npmjs.com/package/libphonenumber-js) to validate, parse and format phone numbers. It exposes: - The input itself. -...
## Description Having both prettier and @angular-eslint configs for template formatting was causing conflicts and issues in the result template. Removing the angular-eslint part from settings fixed that, as well...
## Description The comment component is used to display comments or discussions on blocks Each block is composed of informations about the author (`avatar`, a `TemplateRef` and `authorName`, a `PortalContent`...
## Description Functional description for the changelog. Keep an empty line under your text, as well as the 5 lines that follow it. ----- Optionally, technical or more in-depth description...
## Description Functional description for the changelog. Keep an empty line under your text, as well as the 5 lines that follow it. ----- Optionally, technical or more in-depth description...
## Description Using `ng g @lucca-front/ng:lu-icon` migrates your HTML icons into shiny new `lu-icon`s. Examples: Input: ```html CloseFermer ``` Output: ```html Fermer ``` ----- Optionally, technical or more in-depth description...
When using a filter pill with a nested input (like a wrapped lu-simple-select), the filter pill mode doesn't activate at all, resulting in the select being just a normal select...
## Description We're aiming for a 19.0 release as first version for prisme so we don't have to merge this too fast. The goal for this is to setup prisme...
## Description We were using the icon input for `mod-iconless` class trigger, meaning that if icon was `null`, we had the class active, thus removing the said icon. ----- Optionally,...
I'm creating a roguelike game which, like most roguelikes, I'm using procedural generation to create my maps (a combination of cellular automata, Random walk and Perlin Noise), which, in my...