<!--make use of the element; pass a custom style--><cometchat-label[text]="'Hello World!'"[labelStyle]="labelStyle"></cometchat-label>
import '@cometchat/uikit-elements'; //import the web elements package.import { labelStyle } from '@cometchat/uikit-elements';labelStyle = new LabelStyle({ textFont: "italic 1.2em 'Fira Sans'"});