-
Notifications
You must be signed in to change notification settings - Fork 771
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update(lib): improve usage of selectors and support for future dot no…
…tations * buildSelectors dynamically: add all responsive variations to base selector * Support future template selector-dot-notations features * Support full-property selector usages * Support object assignment of @input key * Support property chain notations to updated parts of a nested chain * Use Input map to manage all input key/value pairs * Modify all @input to be setters * Move ResponsiveActivation construction to BaseDirective * Modify ResponsiveActivation to query the input map for values * Enhance `fx-flex` to support shorthand notations `fx-flex="1 1 100%"` Fixes #34, Refs angular/angular#13352, Refs angular/angular#13355
- Loading branch information
1 parent
d3ea8ad
commit 4938a44
Showing
14 changed files
with
281 additions
and
275 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
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
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.