skip to Main Content

Css – Angular ngFor flex-grow

Angular seems to be inserting additional elements in the dom/html, causing flex-grow not to be applied to the right element. A fully working hardcoded version is present, but I am struggling to make it accept a dynamic number of items.…

VIEW QUESTION

Html – How to compose a key to get an environment.ts value inside a *ngFor? I'm searching for keys of the form 'environment.{{region}}_couche_url' inside it

I have currently this piece of HTML that is too much duplicated. <!-- Carte de la Métropole --> <div> <app-carte [nom] = "(( environment.metropole_nom ))" [url_couche] = "(( environment.metropole_couche_url ))" [layer_couche] = "(( environment.metropole_couche_layer ))" [longitude] = "(( environment.metropole_longitude_initale ))"…

VIEW QUESTION
Back To Top
Search