-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(loading): support for async and boolean with [until] input. (closes
#528) (#583) * feat(loading): support for async and boolean with [until] input introducing a new syntax to use the tdLoading directive which lets the users leverage the async angular pipe and assign a reference from the result to use within the context. also leveraging this, we can use booleans to show and hide annonymous loading directives. * chore(loading): specify that name is optional in the `until` input usage * chore(loading): separate description into 2 properties so it fits better on screen this will change later on when we move everything to the README.md * chore(docs): disable loading masks when using obs or timer
- Loading branch information
1 parent
141550f
commit d57bf67
Showing
7 changed files
with
462 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.