UNPKG

clr-angular-static-fix

Version:

1. Install Clarity Icons package through npm:

24 lines (20 loc) 820 B
/* * Copyright (c) 2016-2018 VMware, Inc. All Rights Reserved. * This software is released under MIT license. * The full license information can be found in LICENSE in the root directory of this project. */ export * from './clr-angular.module'; export * from './button/index'; export * from './code/index'; export * from './data/index'; export * from './emphasis/index'; export * from './forms/index'; export * from './forms-deprecated/index'; export * from './icon/index'; export * from './layout/index'; export * from './modal/index'; export * from './popover/index'; export * from './utils/index'; export * from './wizard/index'; // Below are exported for internal use only and may change without notice export { FocusTrapTracker as ÇlrFocusTrapTracker } from './utils/focus-trap/focus-trap-tracker.service';