src/app/core/common-components/pill/pill.component.ts

Metadata

Relationships

Depends on

No results matching.

import { Component, ChangeDetectionStrategy } from "@angular/core";

@Component({
  changeDetection: ChangeDetectionStrategy.OnPush,
  selector: "app-pill",
  templateUrl: "./pill.component.html",
  styleUrls: ["./pill.component.scss"],
  standalone: true,
})
export class PillComponent {}
<ng-content></ng-content>

./pill.component.scss

@use "variables/sizes";

:host {
  padding: sizes.$small sizes.$regular;
  border-radius: 100vmax;
  width: max-content;
  display: inline-block;
}
Legend
Html element
Component
Html element with directive

results matching ""

    No results matching ""