blob: d96ee3bb3d0f1e7fd496a757401217238de0f9cd (
plain)
1
2
3
4
5
6
7
8
9
10
|
export const template = `
<svg-icon-label
*ngIf="!isValid && !disabled"
name="alert-triangle"
mode="error"
size="small"
[label]="message"
labelPlacement="right">
</svg-icon-label>
`;
|