Now that Clarity supports aot, the plunkr has been updated so that SystemJS can load clarity from the clarity-angular.umd.js file. The template is here.
This fixes an issue filed for inputs that are of type tel or date where they did not conform to the Clarity visual style that other text inputs do.
get()
method of ClarityIcons API
You can now retrieve all Clarity Icon shape templates through
ClarityIcons.get()
method. Or if you want to retrieve the template of a particular
shape, you can pass the shape name as an argument like ClarityIcons.get("home")
.
*clrDgItems
to account for
a breaking change introduced in Angular 2.4.1.
clr-
prefix guidelines.