@terminus/ui-loading-overlay
v2.0.0
Published
<h1>Loading Overlay</h1>
Downloads
10
Keywords
Readme
Table of Contents
Installation
Use the ng add
command to quickly install all the needed dependencies:
ng add @terminus/ui-loading-overlay
CSS imports
In your top-level stylesheet, add these imports:
@import '~@terminus/design-tokens/css/library-design-tokens.css';
@import '~@terminus/ui-styles/terminus-ui.css';
Usage
<div [tsLoadingOverlay]="true">
My async content..
</div>