Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 459 Bytes

angular_html_css.md

File metadata and controls

12 lines (12 loc) · 459 Bytes

HTML Elemente

<i> -Tag und Fontawesome

<i> ist einfach eine Hervorhebung , wird aber gern für fontawesome.com icons verwendet, z.B. <i class="fa fa-shopping-cart" aria-hidden="true"></i> verwendet

ngFor loop i=0 to n

 <ng-container
          *ngFor="let dummy of ','.repeat(num_iterations - 1).split(',')"
        >
          <i class="yellow star icon"> </i
        ></ng-container>