UNPKG

ngx-json-schema-viewer

Version:
24 lines (23 loc) 1.33 kB
export { DeprecatedLabelComponent } from "./Deprecated/deprecated-label.component"; export { ReadOnlyLabelComponent } from "./ReadOnly/read-only-label.component"; export { RequiredLabelComponent } from "./Required/required-label.component"; export { WriteOnlyLabelComponent } from "./WriteOnly/write-only-label.component"; export { AndLabelComponent } from "./and-label"; export { OrLabelComponent } from "./or-label"; export { XorLabelComponent } from "./xor-label"; export { IfLabelComponent } from "./if-label"; export { ElseLabelComponent } from "./else-label"; export { ThenLabelComponent } from "./then-label"; export { NotLabelComponent } from "./not-label"; export { ErrorOccurredLabelComponent } from "./error-occurred"; export { LoadingLabelComponent } from "./loading-label"; export { TypeLabelComponent } from "./type-label"; export { ArrayLabelComponent } from "./array-label"; export { BooleanLabelComponent } from "./boolean-label"; export { TrueLabelComponent } from "./true-label"; export { FalseLabelComponent } from "./false-label"; export { IntegerLabelComponent } from "./integer-label"; export { NullLabelComponent } from "./null-labels"; export { NumberLabelComponent } from "./number-label"; export { ObjectLabelComponent } from "./object-label"; export { StringLabelComponent } from "./string-label";